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