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.apigateway
Methods in com.oracle.bmc.apigateway that return CreateDeploymentResponse Modifier and Type Method Description CreateDeploymentResponse
Deployment. createDeployment(CreateDeploymentRequest request)
Creates a new deployment.CreateDeploymentResponse
DeploymentClient. 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.responses
Methods in com.oracle.bmc.apigateway.responses that return CreateDeploymentResponse Modifier and Type Method Description CreateDeploymentResponse
CreateDeploymentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.apigateway.responses with parameters of type CreateDeploymentResponse Modifier and Type Method Description CreateDeploymentResponse.Builder
CreateDeploymentResponse.Builder. copy(CreateDeploymentResponse o)
Copy method to populate the builder with values from the given instance.
-