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