Uses of Class
com.oracle.bmc.devops.requests.GetDeployEnvironmentRequest
- 
Packages that use GetDeployEnvironmentRequest Package Description com.oracle.bmc.devops com.oracle.bmc.devops.requests 
- 
- 
Uses of GetDeployEnvironmentRequest in com.oracle.bmc.devopsMethod parameters in com.oracle.bmc.devops with type arguments of type GetDeployEnvironmentRequest 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 GetDeployEnvironmentRequest in com.oracle.bmc.devops.requestsMethods in com.oracle.bmc.devops.requests that return GetDeployEnvironmentRequest Modifier and Type Method Description GetDeployEnvironmentRequestGetDeployEnvironmentRequest.Builder. build()Build the instance of GetDeployEnvironmentRequest as configured by this builderGetDeployEnvironmentRequestGetDeployEnvironmentRequest.Builder. buildWithoutInvocationCallback()Build the instance of GetDeployEnvironmentRequest as configured by this builderMethods in com.oracle.bmc.devops.requests with parameters of type GetDeployEnvironmentRequest Modifier and Type Method Description GetDeployEnvironmentRequest.BuilderGetDeployEnvironmentRequest.Builder. copy(GetDeployEnvironmentRequest o)Copy method to populate the builder with values from the given instance.
 
-