Uses of Class
com.oracle.bmc.cloudbridge.requests.GetEnvironmentRequest
-
Packages that use GetEnvironmentRequest Package Description com.oracle.bmc.cloudbridge com.oracle.bmc.cloudbridge.requests -
-
Uses of GetEnvironmentRequest in com.oracle.bmc.cloudbridge
Methods in com.oracle.bmc.cloudbridge that return types with arguments of type GetEnvironmentRequest Modifier and Type Method Description Waiter<GetEnvironmentRequest,GetEnvironmentResponse>
OcbAgentSvcWaiters. forEnvironment(GetEnvironmentRequest request, Environment.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetEnvironmentRequest,GetEnvironmentResponse>
OcbAgentSvcWaiters. forEnvironment(GetEnvironmentRequest request, Environment.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetEnvironmentRequest,GetEnvironmentResponse>
OcbAgentSvcWaiters. forEnvironment(GetEnvironmentRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Environment.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.Method parameters in com.oracle.bmc.cloudbridge with type arguments of type GetEnvironmentRequest Modifier and Type Method Description Future<GetEnvironmentResponse>
OcbAgentSvcAsync. getEnvironment(GetEnvironmentRequest request, AsyncHandler<GetEnvironmentRequest,GetEnvironmentResponse> handler)
Gets a source environment by identifier.Future<GetEnvironmentResponse>
OcbAgentSvcAsyncClient. getEnvironment(GetEnvironmentRequest request, AsyncHandler<GetEnvironmentRequest,GetEnvironmentResponse> handler)
-
Uses of GetEnvironmentRequest in com.oracle.bmc.cloudbridge.requests
Methods in com.oracle.bmc.cloudbridge.requests that return GetEnvironmentRequest Modifier and Type Method Description GetEnvironmentRequest
GetEnvironmentRequest.Builder. build()
Build the instance of GetEnvironmentRequest as configured by this builderGetEnvironmentRequest
GetEnvironmentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetEnvironmentRequest as configured by this builderMethods in com.oracle.bmc.cloudbridge.requests with parameters of type GetEnvironmentRequest Modifier and Type Method Description GetEnvironmentRequest.Builder
GetEnvironmentRequest.Builder. copy(GetEnvironmentRequest o)
Copy method to populate the builder with values from the given instance.
-