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