Uses of Class
com.oracle.bmc.apigateway.requests.RemoveDeploymentLockRequest
-
Packages that use RemoveDeploymentLockRequest Package Description com.oracle.bmc.apigateway com.oracle.bmc.apigateway.requests -
-
Uses of RemoveDeploymentLockRequest in com.oracle.bmc.apigateway
Methods in com.oracle.bmc.apigateway with parameters of type RemoveDeploymentLockRequest Modifier and Type Method Description RemoveDeploymentLockResponse
Deployment. removeDeploymentLock(RemoveDeploymentLockRequest request)
Removes a lock from a Deployment resource.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)
RemoveDeploymentLockResponse
DeploymentClient. removeDeploymentLock(RemoveDeploymentLockRequest request)
Method parameters in com.oracle.bmc.apigateway with type arguments of type RemoveDeploymentLockRequest 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 RemoveDeploymentLockRequest in com.oracle.bmc.apigateway.requests
Methods in com.oracle.bmc.apigateway.requests that return RemoveDeploymentLockRequest Modifier and Type Method Description RemoveDeploymentLockRequest
RemoveDeploymentLockRequest.Builder. build()
Build the instance of RemoveDeploymentLockRequest as configured by this builderRemoveDeploymentLockRequest
RemoveDeploymentLockRequest.Builder. buildWithoutInvocationCallback()
Build the instance of RemoveDeploymentLockRequest as configured by this builderMethods in com.oracle.bmc.apigateway.requests with parameters of type RemoveDeploymentLockRequest Modifier and Type Method Description RemoveDeploymentLockRequest.Builder
RemoveDeploymentLockRequest.Builder. copy(RemoveDeploymentLockRequest o)
Copy method to populate the builder with values from the given instance.
-