Uses of Class
org.qubership.integration.platform.variables.management.rest.v2.dto.variables.SecuredVariablesRequest
Packages that use SecuredVariablesRequest
-
Uses of SecuredVariablesRequest in org.qubership.integration.platform.variables.management.rest.v2.controller
Methods in org.qubership.integration.platform.variables.management.rest.v2.controller with parameters of type SecuredVariablesRequestModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<List<SecretResponse>> SecuredVariableControllerV2.addVariables(@Valid SecuredVariablesRequest request) org.springframework.http.ResponseEntity<SecretResponse> SecuredVariableControllerV2.updateVariable(SecuredVariablesRequest updateRequest)