| Package | Description |
|---|---|
| com.amazonaws.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).
|
| com.amazonaws.services.identitystore.model |
| Modifier and Type | Method and Description |
|---|---|
UpdateGroupResult |
AbstractAWSIdentityStore.updateGroup(UpdateGroupRequest request) |
UpdateGroupResult |
AWSIdentityStoreClient.updateGroup(UpdateGroupRequest request)
For the specified group in the specified identity store, updates the group metadata and attributes.
|
UpdateGroupResult |
AWSIdentityStore.updateGroup(UpdateGroupRequest updateGroupRequest)
For the specified group in the specified identity store, updates the group metadata and attributes.
|
Future<UpdateGroupResult> |
AbstractAWSIdentityStoreAsync.updateGroupAsync(UpdateGroupRequest request) |
Future<UpdateGroupResult> |
AWSIdentityStoreAsyncClient.updateGroupAsync(UpdateGroupRequest request) |
Future<UpdateGroupResult> |
AWSIdentityStoreAsync.updateGroupAsync(UpdateGroupRequest updateGroupRequest)
For the specified group in the specified identity store, updates the group metadata and attributes.
|
Future<UpdateGroupResult> |
AbstractAWSIdentityStoreAsync.updateGroupAsync(UpdateGroupRequest request,
AsyncHandler<UpdateGroupRequest,UpdateGroupResult> asyncHandler) |
Future<UpdateGroupResult> |
AWSIdentityStoreAsyncClient.updateGroupAsync(UpdateGroupRequest request,
AsyncHandler<UpdateGroupRequest,UpdateGroupResult> asyncHandler) |
Future<UpdateGroupResult> |
AWSIdentityStoreAsync.updateGroupAsync(UpdateGroupRequest updateGroupRequest,
AsyncHandler<UpdateGroupRequest,UpdateGroupResult> asyncHandler)
For the specified group in the specified identity store, updates the group metadata and attributes.
|
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateGroupResult> |
AbstractAWSIdentityStoreAsync.updateGroupAsync(UpdateGroupRequest request,
AsyncHandler<UpdateGroupRequest,UpdateGroupResult> asyncHandler) |
Future<UpdateGroupResult> |
AWSIdentityStoreAsyncClient.updateGroupAsync(UpdateGroupRequest request,
AsyncHandler<UpdateGroupRequest,UpdateGroupResult> asyncHandler) |
Future<UpdateGroupResult> |
AWSIdentityStoreAsync.updateGroupAsync(UpdateGroupRequest updateGroupRequest,
AsyncHandler<UpdateGroupRequest,UpdateGroupResult> asyncHandler)
For the specified group in the specified identity store, updates the group metadata and attributes.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateGroupRequest |
UpdateGroupRequest.clone() |
UpdateGroupRequest |
UpdateGroupRequest.withGroupId(String groupId)
The identifier for a group in the identity store.
|
UpdateGroupRequest |
UpdateGroupRequest.withIdentityStoreId(String identityStoreId)
The globally unique identifier for the identity store.
|
UpdateGroupRequest |
UpdateGroupRequest.withOperations(AttributeOperation... operations)
A list of
AttributeOperation objects to apply to the requested group. |
UpdateGroupRequest |
UpdateGroupRequest.withOperations(Collection<AttributeOperation> operations)
A list of
AttributeOperation objects to apply to the requested group. |
Copyright © 2023. All rights reserved.