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.devops
Method 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.requests
Methods in com.oracle.bmc.devops.requests that return GetDeployEnvironmentRequest Modifier and Type Method Description GetDeployEnvironmentRequest
GetDeployEnvironmentRequest.Builder. build()
Build the instance of GetDeployEnvironmentRequest as configured by this builderGetDeployEnvironmentRequest
GetDeployEnvironmentRequest.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.Builder
GetDeployEnvironmentRequest.Builder. copy(GetDeployEnvironmentRequest o)
Copy method to populate the builder with values from the given instance.
-