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