| Package | Description |
|---|---|
| com.amazonaws.services.identitystore.model |
| Modifier and Type | Method and Description |
|---|---|
AttributeOperation |
AttributeOperation.clone() |
AttributeOperation |
AttributeOperation.withAttributePath(String attributePath)
A string representation of the path to a given attribute or sub-attribute.
|
| Modifier and Type | Method and Description |
|---|---|
List<AttributeOperation> |
UpdateUserRequest.getOperations()
A list of
AttributeOperation objects to apply to the requested user. |
List<AttributeOperation> |
UpdateGroupRequest.getOperations()
A list of
AttributeOperation objects to apply to the requested group. |
| Modifier and Type | Method and Description |
|---|---|
UpdateUserRequest |
UpdateUserRequest.withOperations(AttributeOperation... operations)
A list of
AttributeOperation objects to apply to the requested user. |
UpdateGroupRequest |
UpdateGroupRequest.withOperations(AttributeOperation... operations)
A list of
AttributeOperation objects to apply to the requested group. |
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateUserRequest.setOperations(Collection<AttributeOperation> operations)
A list of
AttributeOperation objects to apply to the requested user. |
void |
UpdateGroupRequest.setOperations(Collection<AttributeOperation> operations)
A list of
AttributeOperation objects to apply to the requested group. |
UpdateUserRequest |
UpdateUserRequest.withOperations(Collection<AttributeOperation> operations)
A list of
AttributeOperation objects to apply to the requested user. |
UpdateGroupRequest |
UpdateGroupRequest.withOperations(Collection<AttributeOperation> operations)
A list of
AttributeOperation objects to apply to the requested group. |
Copyright © 2025. All rights reserved.