Uses of Class
com.oracle.bmc.apigateway.requests.DeleteDeploymentRequest
-
Packages that use DeleteDeploymentRequest Package Description com.oracle.bmc.apigateway com.oracle.bmc.apigateway.requests -
-
Uses of DeleteDeploymentRequest in com.oracle.bmc.apigateway
Methods in com.oracle.bmc.apigateway with parameters of type DeleteDeploymentRequest Modifier and Type Method Description DeleteDeploymentResponse
Deployment. deleteDeployment(DeleteDeploymentRequest request)
Deletes the deployment with the given identifier.Future<DeleteDeploymentResponse>
DeploymentAsync. deleteDeployment(DeleteDeploymentRequest request, AsyncHandler<DeleteDeploymentRequest,DeleteDeploymentResponse> handler)
Deletes the deployment with the given identifier.Future<DeleteDeploymentResponse>
DeploymentAsyncClient. deleteDeployment(DeleteDeploymentRequest request, AsyncHandler<DeleteDeploymentRequest,DeleteDeploymentResponse> handler)
DeleteDeploymentResponse
DeploymentClient. deleteDeployment(DeleteDeploymentRequest request)
Method parameters in com.oracle.bmc.apigateway with type arguments of type DeleteDeploymentRequest Modifier and Type Method Description Future<DeleteDeploymentResponse>
DeploymentAsync. deleteDeployment(DeleteDeploymentRequest request, AsyncHandler<DeleteDeploymentRequest,DeleteDeploymentResponse> handler)
Deletes the deployment with the given identifier.Future<DeleteDeploymentResponse>
DeploymentAsyncClient. deleteDeployment(DeleteDeploymentRequest request, AsyncHandler<DeleteDeploymentRequest,DeleteDeploymentResponse> handler)
-
Uses of DeleteDeploymentRequest in com.oracle.bmc.apigateway.requests
Methods in com.oracle.bmc.apigateway.requests that return DeleteDeploymentRequest Modifier and Type Method Description DeleteDeploymentRequest
DeleteDeploymentRequest.Builder. build()
Build the instance of DeleteDeploymentRequest as configured by this builderDeleteDeploymentRequest
DeleteDeploymentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of DeleteDeploymentRequest as configured by this builderMethods in com.oracle.bmc.apigateway.requests with parameters of type DeleteDeploymentRequest Modifier and Type Method Description DeleteDeploymentRequest.Builder
DeleteDeploymentRequest.Builder. copy(DeleteDeploymentRequest o)
Copy method to populate the builder with values from the given instance.
-