Uses of Class
com.oracle.bmc.identity.requests.GetCompartmentRequest
-
Packages that use GetCompartmentRequest Package Description com.oracle.bmc.identity com.oracle.bmc.identity.requests -
-
Uses of GetCompartmentRequest in com.oracle.bmc.identity
Methods in com.oracle.bmc.identity that return types with arguments of type GetCompartmentRequest Modifier and Type Method Description Waiter<GetCompartmentRequest,GetCompartmentResponse>
IdentityWaiters. forCompartment(GetCompartmentRequest request, Compartment.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetCompartmentRequest,GetCompartmentResponse>
IdentityWaiters. forCompartment(GetCompartmentRequest request, Compartment.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetCompartmentRequest,GetCompartmentResponse>
IdentityWaiters. forCompartment(GetCompartmentRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Compartment.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.Method parameters in com.oracle.bmc.identity with type arguments of type GetCompartmentRequest Modifier and Type Method Description Future<GetCompartmentResponse>
IdentityAsync. getCompartment(GetCompartmentRequest request, AsyncHandler<GetCompartmentRequest,GetCompartmentResponse> handler)
Gets the specified compartment’s information.Future<GetCompartmentResponse>
IdentityAsyncClient. getCompartment(GetCompartmentRequest request, AsyncHandler<GetCompartmentRequest,GetCompartmentResponse> handler)
-
Uses of GetCompartmentRequest in com.oracle.bmc.identity.requests
Methods in com.oracle.bmc.identity.requests that return GetCompartmentRequest Modifier and Type Method Description GetCompartmentRequest
GetCompartmentRequest.Builder. build()
Build the instance of GetCompartmentRequest as configured by this builderGetCompartmentRequest
GetCompartmentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetCompartmentRequest as configured by this builderMethods in com.oracle.bmc.identity.requests with parameters of type GetCompartmentRequest Modifier and Type Method Description GetCompartmentRequest.Builder
GetCompartmentRequest.Builder. copy(GetCompartmentRequest o)
Copy method to populate the builder with values from the given instance.
-