| Package | Description |
|---|---|
| com.amazonaws.services.identitystore |
The Identity Store service used by IAM Identity Center 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 |
AWSIdentityStore.getGroupId(GetGroupIdRequest getGroupIdRequest)
Retrieves
GroupId in an identity store. |
GetGroupIdResult |
AWSIdentityStoreClient.getGroupId(GetGroupIdRequest request)
Retrieves
GroupId in an identity store. |
Future<GetGroupIdResult> |
AbstractAWSIdentityStoreAsync.getGroupIdAsync(GetGroupIdRequest request) |
Future<GetGroupIdResult> |
AWSIdentityStoreAsyncClient.getGroupIdAsync(GetGroupIdRequest request) |
Future<GetGroupIdResult> |
AWSIdentityStoreAsync.getGroupIdAsync(GetGroupIdRequest getGroupIdRequest)
Retrieves
GroupId in an identity store. |
Future<GetGroupIdResult> |
AbstractAWSIdentityStoreAsync.getGroupIdAsync(GetGroupIdRequest request,
AsyncHandler<GetGroupIdRequest,GetGroupIdResult> asyncHandler) |
Future<GetGroupIdResult> |
AWSIdentityStoreAsyncClient.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 |
|---|---|
Future<GetGroupIdResult> |
AbstractAWSIdentityStoreAsync.getGroupIdAsync(GetGroupIdRequest request,
AsyncHandler<GetGroupIdRequest,GetGroupIdResult> asyncHandler) |
Future<GetGroupIdResult> |
AWSIdentityStoreAsyncClient.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 |
|---|---|
GetGroupIdRequest |
GetGroupIdRequest.clone() |
GetGroupIdRequest |
GetGroupIdRequest.withAlternateIdentifier(AlternateIdentifier alternateIdentifier)
A unique identifier for a user or group that is not the primary identifier.
|
GetGroupIdRequest |
GetGroupIdRequest.withIdentityStoreId(String identityStoreId)
The globally unique identifier for the identity store.
|
Copyright © 2024. All rights reserved.