Uses of Class
com.oracle.bmc.apigateway.responses.DeleteDeploymentResponse
-
Packages that use DeleteDeploymentResponse Package Description com.oracle.bmc.apigateway com.oracle.bmc.apigateway.responses -
-
Uses of DeleteDeploymentResponse in com.oracle.bmc.apigateway
Methods in com.oracle.bmc.apigateway that return DeleteDeploymentResponse Modifier and Type Method Description DeleteDeploymentResponse
Deployment. deleteDeployment(DeleteDeploymentRequest request)
Deletes the deployment with the given identifier.DeleteDeploymentResponse
DeploymentClient. deleteDeployment(DeleteDeploymentRequest request)
Methods in com.oracle.bmc.apigateway that return types with arguments of type DeleteDeploymentResponse 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)
Method parameters in com.oracle.bmc.apigateway with type arguments of type DeleteDeploymentResponse 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 DeleteDeploymentResponse in com.oracle.bmc.apigateway.responses
Methods in com.oracle.bmc.apigateway.responses that return DeleteDeploymentResponse Modifier and Type Method Description DeleteDeploymentResponse
DeleteDeploymentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.apigateway.responses with parameters of type DeleteDeploymentResponse Modifier and Type Method Description DeleteDeploymentResponse.Builder
DeleteDeploymentResponse.Builder. copy(DeleteDeploymentResponse o)
Copy method to populate the builder with values from the given instance.
-