| Package | Description |
|---|---|
| software.amazon.awssdk.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).
|
| software.amazon.awssdk.services.identitystore.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateGroupResponse> |
IdentitystoreAsyncClient.createGroup(Consumer<CreateGroupRequest.Builder> createGroupRequest)
Creates a group within the specified identity store.
|
default CreateGroupResponse |
IdentitystoreClient.createGroup(Consumer<CreateGroupRequest.Builder> createGroupRequest)
Creates a group within the specified identity store.
|
| Modifier and Type | Method and Description |
|---|---|
static CreateGroupRequest.Builder |
CreateGroupRequest.builder() |
CreateGroupRequest.Builder |
CreateGroupRequest.Builder.description(String description)
A string containing the description of the group.
|
CreateGroupRequest.Builder |
CreateGroupRequest.Builder.displayName(String displayName)
A string containing the name of the group.
|
CreateGroupRequest.Builder |
CreateGroupRequest.Builder.identityStoreId(String identityStoreId)
The globally unique identifier for the identity store.
|
CreateGroupRequest.Builder |
CreateGroupRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateGroupRequest.Builder |
CreateGroupRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateGroupRequest.Builder |
CreateGroupRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateGroupRequest.Builder> |
CreateGroupRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.