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 |
---|---|
CreateGroupResult |
AbstractAWSIdentityStore.createGroup(CreateGroupRequest request) |
CreateGroupResult |
AWSIdentityStore.createGroup(CreateGroupRequest createGroupRequest)
Creates a group within the specified identity store.
|
CreateGroupResult |
AWSIdentityStoreClient.createGroup(CreateGroupRequest request)
Creates a group within the specified identity store.
|
Modifier and Type | Method and Description |
---|---|
Future<CreateGroupResult> |
AbstractAWSIdentityStoreAsync.createGroupAsync(CreateGroupRequest request,
AsyncHandler<CreateGroupRequest,CreateGroupResult> asyncHandler) |
Future<CreateGroupResult> |
AWSIdentityStoreAsync.createGroupAsync(CreateGroupRequest createGroupRequest,
AsyncHandler<CreateGroupRequest,CreateGroupResult> asyncHandler)
Creates a group within the specified identity store.
|
Future<CreateGroupResult> |
AWSIdentityStoreAsyncClient.createGroupAsync(CreateGroupRequest request,
AsyncHandler<CreateGroupRequest,CreateGroupResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
CreateGroupResult |
CreateGroupResult.clone() |
CreateGroupResult |
CreateGroupResult.withGroupId(String groupId)
The identifier of the newly created group in the identity store.
|
CreateGroupResult |
CreateGroupResult.withIdentityStoreId(String identityStoreId)
The globally unique identifier for the identity store.
|
Copyright © 2024. All rights reserved.