| Package | Description |
|---|---|
| software.amazon.awssdk.services.identitystore.model |
| Modifier and Type | Method and Description |
|---|---|
List<AttributeOperation> |
UpdateUserRequest.operations()
A list of
AttributeOperation objects to apply to the requested user. |
List<AttributeOperation> |
UpdateGroupRequest.operations()
A list of
AttributeOperation objects to apply to the requested group. |
| Modifier and Type | Method and Description |
|---|---|
UpdateUserRequest.Builder |
UpdateUserRequest.Builder.operations(AttributeOperation... operations)
A list of
AttributeOperation objects to apply to the requested user. |
UpdateGroupRequest.Builder |
UpdateGroupRequest.Builder.operations(AttributeOperation... operations)
A list of
AttributeOperation objects to apply to the requested group. |
| Modifier and Type | Method and Description |
|---|---|
UpdateUserRequest.Builder |
UpdateUserRequest.Builder.operations(Collection<AttributeOperation> operations)
A list of
AttributeOperation objects to apply to the requested user. |
UpdateGroupRequest.Builder |
UpdateGroupRequest.Builder.operations(Collection<AttributeOperation> operations)
A list of
AttributeOperation objects to apply to the requested group. |
Copyright © 2022. All rights reserved.