Package | Description |
---|---|
com.oracle.bmc.identity | |
com.oracle.bmc.identity.requests |
Modifier and Type | Method and Description |
---|---|
Waiter<GetGroupRequest,GetGroupResponse> |
IdentityWaiters.forGroup(GetGroupRequest request,
Group.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetGroupRequest,GetGroupResponse> |
IdentityWaiters.forGroup(GetGroupRequest request,
Group.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetGroupRequest,GetGroupResponse> |
IdentityWaiters.forGroup(GetGroupRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
Group.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
Waiter<GetGroupRequest,GetGroupResponse> |
IdentityWaiters.forGroup(GetGroupRequest request,
Group.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetGroupRequest,GetGroupResponse> |
IdentityWaiters.forGroup(GetGroupRequest request,
Group.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetGroupRequest,GetGroupResponse> |
IdentityWaiters.forGroup(GetGroupRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
Group.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
GetGroupResponse |
IdentityClient.getGroup(GetGroupRequest request) |
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) |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
GetGroupRequest |
GetGroupRequest.Builder.build()
Build the instance of GetGroupRequest as configured by this builder
|
GetGroupRequest |
GetGroupRequest.Builder.buildWithoutInvocationCallback()
Build the instance of GetGroupRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
GetGroupRequest.Builder |
GetGroupRequest.Builder.copy(GetGroupRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.