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