Uses of Class
com.oracle.bmc.apigateway.responses.CreateDeploymentResponse
- 
Packages that use CreateDeploymentResponse Package Description com.oracle.bmc.apigateway com.oracle.bmc.apigateway.responses 
- 
- 
Uses of CreateDeploymentResponse in com.oracle.bmc.apigatewayMethods in com.oracle.bmc.apigateway that return CreateDeploymentResponse Modifier and Type Method Description CreateDeploymentResponseDeployment. createDeployment(CreateDeploymentRequest request)Creates a new deployment.CreateDeploymentResponseDeploymentClient. createDeployment(CreateDeploymentRequest request)Methods in com.oracle.bmc.apigateway that return types with arguments of type CreateDeploymentResponse Modifier and Type Method Description Future<CreateDeploymentResponse>DeploymentAsync. createDeployment(CreateDeploymentRequest request, AsyncHandler<CreateDeploymentRequest,CreateDeploymentResponse> handler)Creates a new deployment.Future<CreateDeploymentResponse>DeploymentAsyncClient. createDeployment(CreateDeploymentRequest request, AsyncHandler<CreateDeploymentRequest,CreateDeploymentResponse> handler)Method parameters in com.oracle.bmc.apigateway with type arguments of type CreateDeploymentResponse Modifier and Type Method Description Future<CreateDeploymentResponse>DeploymentAsync. createDeployment(CreateDeploymentRequest request, AsyncHandler<CreateDeploymentRequest,CreateDeploymentResponse> handler)Creates a new deployment.Future<CreateDeploymentResponse>DeploymentAsyncClient. createDeployment(CreateDeploymentRequest request, AsyncHandler<CreateDeploymentRequest,CreateDeploymentResponse> handler)
- 
Uses of CreateDeploymentResponse in com.oracle.bmc.apigateway.responsesMethods in com.oracle.bmc.apigateway.responses that return CreateDeploymentResponse Modifier and Type Method Description CreateDeploymentResponseCreateDeploymentResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.apigateway.responses with parameters of type CreateDeploymentResponse Modifier and Type Method Description CreateDeploymentResponse.BuilderCreateDeploymentResponse.Builder. copy(CreateDeploymentResponse o)Copy method to populate the builder with values from the given instance.
 
-