| 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 UpdateGroupResponse |
IdentitystoreClient.updateGroup(Consumer<UpdateGroupRequest.Builder> updateGroupRequest)
For the specified group in the specified identity store, updates the group metadata and attributes.
|
default CompletableFuture<UpdateGroupResponse> |
IdentitystoreAsyncClient.updateGroup(Consumer<UpdateGroupRequest.Builder> updateGroupRequest)
For the specified group in the specified identity store, updates the group metadata and attributes.
|
| Modifier and Type | Method and Description |
|---|---|
static UpdateGroupRequest.Builder |
UpdateGroupRequest.builder() |
UpdateGroupRequest.Builder |
UpdateGroupRequest.Builder.groupId(String groupId)
The identifier for a group in the identity store.
|
UpdateGroupRequest.Builder |
UpdateGroupRequest.Builder.identityStoreId(String identityStoreId)
The globally unique identifier for the identity store.
|
UpdateGroupRequest.Builder |
UpdateGroupRequest.Builder.operations(AttributeOperation... operations)
A list of
AttributeOperation objects to apply to the requested group. |
UpdateGroupRequest.Builder |
UpdateGroupRequest.Builder.operations(Collection<AttributeOperation> operations)
A list of
AttributeOperation objects to apply to the requested group. |
UpdateGroupRequest.Builder |
UpdateGroupRequest.Builder.operations(Consumer<AttributeOperation.Builder>... operations)
A list of
AttributeOperation objects to apply to the requested group. |
UpdateGroupRequest.Builder |
UpdateGroupRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateGroupRequest.Builder |
UpdateGroupRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateGroupRequest.Builder |
UpdateGroupRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateGroupRequest.Builder> |
UpdateGroupRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.