| Package | Description |
|---|---|
| com.amazonaws.services.identitystore |
The Identity Store service used by AWS IAM Identity Center (successor to AWS Single Sign-On) provides a single place
to retrieve all of your identities (users and groups).
|
| com.amazonaws.services.identitystore.model |
| Modifier and Type | Method and Description |
|---|---|
GetGroupIdResult |
AbstractAWSIdentityStore.getGroupId(GetGroupIdRequest request) |
GetGroupIdResult |
AWSIdentityStoreClient.getGroupId(GetGroupIdRequest request)
Retrieves
GroupId in an identity store. |
GetGroupIdResult |
AWSIdentityStore.getGroupId(GetGroupIdRequest getGroupIdRequest)
Retrieves
GroupId in an identity store. |
| Modifier and Type | Method and Description |
|---|---|
Future<GetGroupIdResult> |
AWSIdentityStoreAsyncClient.getGroupIdAsync(GetGroupIdRequest request,
AsyncHandler<GetGroupIdRequest,GetGroupIdResult> asyncHandler) |
Future<GetGroupIdResult> |
AbstractAWSIdentityStoreAsync.getGroupIdAsync(GetGroupIdRequest request,
AsyncHandler<GetGroupIdRequest,GetGroupIdResult> asyncHandler) |
Future<GetGroupIdResult> |
AWSIdentityStoreAsync.getGroupIdAsync(GetGroupIdRequest getGroupIdRequest,
AsyncHandler<GetGroupIdRequest,GetGroupIdResult> asyncHandler)
Retrieves
GroupId in an identity store. |
| Modifier and Type | Method and Description |
|---|---|
GetGroupIdResult |
GetGroupIdResult.clone() |
GetGroupIdResult |
GetGroupIdResult.withGroupId(String groupId)
The identifier for a group in the identity store.
|
GetGroupIdResult |
GetGroupIdResult.withIdentityStoreId(String identityStoreId)
The globally unique identifier for the identity store.
|
Copyright © 2023. All rights reserved.