Uses of Class
com.oracle.bmc.apigateway.requests.UpdateDeploymentRequest
-
Packages that use UpdateDeploymentRequest Package Description com.oracle.bmc.apigateway com.oracle.bmc.apigateway.requests -
-
Uses of UpdateDeploymentRequest in com.oracle.bmc.apigateway
Methods in com.oracle.bmc.apigateway with parameters of type UpdateDeploymentRequest Modifier and Type Method Description UpdateDeploymentResponse
Deployment. updateDeployment(UpdateDeploymentRequest request)
Updates the deployment with the given identifier.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)
UpdateDeploymentResponse
DeploymentClient. updateDeployment(UpdateDeploymentRequest request)
Method parameters in com.oracle.bmc.apigateway with type arguments of type UpdateDeploymentRequest 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 UpdateDeploymentRequest in com.oracle.bmc.apigateway.requests
Methods in com.oracle.bmc.apigateway.requests that return UpdateDeploymentRequest Modifier and Type Method Description UpdateDeploymentRequest
UpdateDeploymentRequest.Builder. build()
Build the instance of UpdateDeploymentRequest as configured by this builderUpdateDeploymentRequest
UpdateDeploymentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateDeploymentRequest as configured by this builderMethods in com.oracle.bmc.apigateway.requests with parameters of type UpdateDeploymentRequest Modifier and Type Method Description UpdateDeploymentRequest.Builder
UpdateDeploymentRequest.Builder. copy(UpdateDeploymentRequest o)
Copy method to populate the builder with values from the given instance.
-