Package | Description |
---|---|
com.oracle.bmc.identity | |
com.oracle.bmc.identity.responses |
Modifier and Type | Method and Description |
---|---|
GetGroupResponse |
IdentityClient.getGroup(GetGroupRequest request) |
GetGroupResponse |
Identity.getGroup(GetGroupRequest request)
Gets the specified group’s information.
|
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. |
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 |
---|---|
GetGroupResponse |
GetGroupResponse.Builder.build()
Build the response object.
|
Modifier and Type | Method and Description |
---|---|
GetGroupResponse.Builder |
GetGroupResponse.Builder.copy(GetGroupResponse o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.