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