Uses of Class
com.oracle.bmc.devops.responses.CreateDeployEnvironmentResponse
-
Packages that use CreateDeployEnvironmentResponse Package Description com.oracle.bmc.devops com.oracle.bmc.devops.responses -
-
Uses of CreateDeployEnvironmentResponse in com.oracle.bmc.devops
Methods in com.oracle.bmc.devops that return CreateDeployEnvironmentResponse Modifier and Type Method Description CreateDeployEnvironmentResponse
Devops. createDeployEnvironment(CreateDeployEnvironmentRequest request)
Creates a new deployment environment.CreateDeployEnvironmentResponse
DevopsClient. createDeployEnvironment(CreateDeployEnvironmentRequest request)
Methods in com.oracle.bmc.devops that return types with arguments of type CreateDeployEnvironmentResponse Modifier and Type Method Description Future<CreateDeployEnvironmentResponse>
DevopsAsync. createDeployEnvironment(CreateDeployEnvironmentRequest request, AsyncHandler<CreateDeployEnvironmentRequest,CreateDeployEnvironmentResponse> handler)
Creates a new deployment environment.Future<CreateDeployEnvironmentResponse>
DevopsAsyncClient. createDeployEnvironment(CreateDeployEnvironmentRequest request, AsyncHandler<CreateDeployEnvironmentRequest,CreateDeployEnvironmentResponse> handler)
Method parameters in com.oracle.bmc.devops with type arguments of type CreateDeployEnvironmentResponse Modifier and Type Method Description Future<CreateDeployEnvironmentResponse>
DevopsAsync. createDeployEnvironment(CreateDeployEnvironmentRequest request, AsyncHandler<CreateDeployEnvironmentRequest,CreateDeployEnvironmentResponse> handler)
Creates a new deployment environment.Future<CreateDeployEnvironmentResponse>
DevopsAsyncClient. createDeployEnvironment(CreateDeployEnvironmentRequest request, AsyncHandler<CreateDeployEnvironmentRequest,CreateDeployEnvironmentResponse> handler)
-
Uses of CreateDeployEnvironmentResponse in com.oracle.bmc.devops.responses
Methods in com.oracle.bmc.devops.responses that return CreateDeployEnvironmentResponse Modifier and Type Method Description CreateDeployEnvironmentResponse
CreateDeployEnvironmentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.devops.responses with parameters of type CreateDeployEnvironmentResponse Modifier and Type Method Description CreateDeployEnvironmentResponse.Builder
CreateDeployEnvironmentResponse.Builder. copy(CreateDeployEnvironmentResponse o)
Copy method to populate the builder with values from the given instance.
-