Uses of Class
com.oracle.bmc.identity.responses.GetGroupResponse
-
Packages that use GetGroupResponse Package Description com.oracle.bmc.identity com.oracle.bmc.identity.responses -
-
Uses of GetGroupResponse in com.oracle.bmc.identity
Methods in com.oracle.bmc.identity that return GetGroupResponse Modifier and Type Method Description GetGroupResponse
Identity. getGroup(GetGroupRequest request)
Gets the specified group’s information.GetGroupResponse
IdentityClient. getGroup(GetGroupRequest request)
Methods in com.oracle.bmc.identity that return types with arguments of type GetGroupResponse 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.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)
Method parameters in com.oracle.bmc.identity with type arguments of type GetGroupResponse 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 GetGroupResponse in com.oracle.bmc.identity.responses
Methods in com.oracle.bmc.identity.responses that return GetGroupResponse Modifier and Type Method Description GetGroupResponse
GetGroupResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.identity.responses with parameters of type GetGroupResponse Modifier and Type Method Description GetGroupResponse.Builder
GetGroupResponse.Builder. copy(GetGroupResponse o)
Copy method to populate the builder with values from the given instance.
-