Uses of Class
com.oracle.bmc.apigateway.requests.CreateDeploymentRequest
-
Packages that use CreateDeploymentRequest Package Description com.oracle.bmc.apigateway com.oracle.bmc.apigateway.requests -
-
Uses of CreateDeploymentRequest in com.oracle.bmc.apigateway
Methods in com.oracle.bmc.apigateway with parameters of type CreateDeploymentRequest Modifier and Type Method Description CreateDeploymentResponse
Deployment. createDeployment(CreateDeploymentRequest request)
Creates a new deployment.Future<CreateDeploymentResponse>
DeploymentAsync. createDeployment(CreateDeploymentRequest request, AsyncHandler<CreateDeploymentRequest,CreateDeploymentResponse> handler)
Creates a new deployment.Future<CreateDeploymentResponse>
DeploymentAsyncClient. createDeployment(CreateDeploymentRequest request, AsyncHandler<CreateDeploymentRequest,CreateDeploymentResponse> handler)
CreateDeploymentResponse
DeploymentClient. createDeployment(CreateDeploymentRequest request)
Method parameters in com.oracle.bmc.apigateway with type arguments of type CreateDeploymentRequest 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 CreateDeploymentRequest in com.oracle.bmc.apigateway.requests
Methods in com.oracle.bmc.apigateway.requests that return CreateDeploymentRequest Modifier and Type Method Description CreateDeploymentRequest
CreateDeploymentRequest.Builder. build()
Build the instance of CreateDeploymentRequest as configured by this builderCreateDeploymentRequest
CreateDeploymentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateDeploymentRequest as configured by this builderMethods in com.oracle.bmc.apigateway.requests with parameters of type CreateDeploymentRequest Modifier and Type Method Description CreateDeploymentRequest.Builder
CreateDeploymentRequest.Builder. copy(CreateDeploymentRequest o)
Copy method to populate the builder with values from the given instance.
-