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