Uses of Class
com.oracle.bmc.apigateway.responses.RemoveDeploymentLockResponse
-
Packages that use RemoveDeploymentLockResponse Package Description com.oracle.bmc.apigateway com.oracle.bmc.apigateway.responses -
-
Uses of RemoveDeploymentLockResponse in com.oracle.bmc.apigateway
Methods in com.oracle.bmc.apigateway that return RemoveDeploymentLockResponse Modifier and Type Method Description RemoveDeploymentLockResponse
Deployment. removeDeploymentLock(RemoveDeploymentLockRequest request)
Removes a lock from a Deployment resource.RemoveDeploymentLockResponse
DeploymentClient. removeDeploymentLock(RemoveDeploymentLockRequest request)
Methods in com.oracle.bmc.apigateway that return types with arguments of type RemoveDeploymentLockResponse Modifier and Type Method Description Future<RemoveDeploymentLockResponse>
DeploymentAsync. removeDeploymentLock(RemoveDeploymentLockRequest request, AsyncHandler<RemoveDeploymentLockRequest,RemoveDeploymentLockResponse> handler)
Removes a lock from a Deployment resource.Future<RemoveDeploymentLockResponse>
DeploymentAsyncClient. removeDeploymentLock(RemoveDeploymentLockRequest request, AsyncHandler<RemoveDeploymentLockRequest,RemoveDeploymentLockResponse> handler)
Method parameters in com.oracle.bmc.apigateway with type arguments of type RemoveDeploymentLockResponse Modifier and Type Method Description Future<RemoveDeploymentLockResponse>
DeploymentAsync. removeDeploymentLock(RemoveDeploymentLockRequest request, AsyncHandler<RemoveDeploymentLockRequest,RemoveDeploymentLockResponse> handler)
Removes a lock from a Deployment resource.Future<RemoveDeploymentLockResponse>
DeploymentAsyncClient. removeDeploymentLock(RemoveDeploymentLockRequest request, AsyncHandler<RemoveDeploymentLockRequest,RemoveDeploymentLockResponse> handler)
-
Uses of RemoveDeploymentLockResponse in com.oracle.bmc.apigateway.responses
Methods in com.oracle.bmc.apigateway.responses that return RemoveDeploymentLockResponse Modifier and Type Method Description RemoveDeploymentLockResponse
RemoveDeploymentLockResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.apigateway.responses with parameters of type RemoveDeploymentLockResponse Modifier and Type Method Description RemoveDeploymentLockResponse.Builder
RemoveDeploymentLockResponse.Builder. copy(RemoveDeploymentLockResponse o)
Copy method to populate the builder with values from the given instance.
-