Uses of Class
software.amazon.awssdk.services.identitystore.model.AttributeOperation
-
Packages that use AttributeOperation Package Description software.amazon.awssdk.services.identitystore.model -
-
Uses of AttributeOperation in software.amazon.awssdk.services.identitystore.model
Methods in software.amazon.awssdk.services.identitystore.model that return types with arguments of type AttributeOperation Modifier and Type Method Description List<AttributeOperation>UpdateGroupRequest. operations()A list ofAttributeOperationobjects to apply to the requested group.List<AttributeOperation>UpdateUserRequest. operations()A list ofAttributeOperationobjects to apply to the requested user.Methods in software.amazon.awssdk.services.identitystore.model with parameters of type AttributeOperation Modifier and Type Method Description UpdateGroupRequest.BuilderUpdateGroupRequest.Builder. operations(AttributeOperation... operations)A list ofAttributeOperationobjects to apply to the requested group.UpdateUserRequest.BuilderUpdateUserRequest.Builder. operations(AttributeOperation... operations)A list ofAttributeOperationobjects to apply to the requested user.Method parameters in software.amazon.awssdk.services.identitystore.model with type arguments of type AttributeOperation Modifier and Type Method Description UpdateGroupRequest.BuilderUpdateGroupRequest.Builder. operations(Collection<AttributeOperation> operations)A list ofAttributeOperationobjects to apply to the requested group.UpdateUserRequest.BuilderUpdateUserRequest.Builder. operations(Collection<AttributeOperation> operations)A list ofAttributeOperationobjects to apply to the requested user.
-