Uses of Class
com.oracle.bmc.oce.requests.GetOceInstanceRequest
-
Packages that use GetOceInstanceRequest Package Description com.oracle.bmc.oce com.oracle.bmc.oce.requests -
-
Uses of GetOceInstanceRequest in com.oracle.bmc.oce
Methods in com.oracle.bmc.oce that return types with arguments of type GetOceInstanceRequest Modifier and Type Method Description Waiter<GetOceInstanceRequest,GetOceInstanceResponse>
OceInstanceWaiters. forOceInstance(GetOceInstanceRequest request, LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetOceInstanceRequest,GetOceInstanceResponse>
OceInstanceWaiters. forOceInstance(GetOceInstanceRequest request, LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetOceInstanceRequest,GetOceInstanceResponse>
OceInstanceWaiters. forOceInstance(GetOceInstanceRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.Method parameters in com.oracle.bmc.oce with type arguments of type GetOceInstanceRequest Modifier and Type Method Description Future<GetOceInstanceResponse>
OceInstanceAsync. getOceInstance(GetOceInstanceRequest request, AsyncHandler<GetOceInstanceRequest,GetOceInstanceResponse> handler)
Gets a OceInstance by identifierFuture<GetOceInstanceResponse>
OceInstanceAsyncClient. getOceInstance(GetOceInstanceRequest request, AsyncHandler<GetOceInstanceRequest,GetOceInstanceResponse> handler)
-
Uses of GetOceInstanceRequest in com.oracle.bmc.oce.requests
Methods in com.oracle.bmc.oce.requests that return GetOceInstanceRequest Modifier and Type Method Description GetOceInstanceRequest
GetOceInstanceRequest.Builder. build()
Build the instance of GetOceInstanceRequest as configured by this builderGetOceInstanceRequest
GetOceInstanceRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetOceInstanceRequest as configured by this builderMethods in com.oracle.bmc.oce.requests with parameters of type GetOceInstanceRequest Modifier and Type Method Description GetOceInstanceRequest.Builder
GetOceInstanceRequest.Builder. copy(GetOceInstanceRequest o)
Copy method to populate the builder with values from the given instance.
-