| Package | Description |
|---|---|
| software.amazon.awssdk.services.clouddirectory.model |
| Modifier and Type | Method and Description |
|---|---|
List<ObjectAttributeUpdate> |
BatchUpdateObjectAttributes.attributeUpdates()
Attributes update structure.
|
List<ObjectAttributeUpdate> |
UpdateObjectAttributesRequest.attributeUpdates()
The attributes update structure.
|
| Modifier and Type | Method and Description |
|---|---|
BatchUpdateObjectAttributes.Builder |
BatchUpdateObjectAttributes.Builder.attributeUpdates(ObjectAttributeUpdate... attributeUpdates)
Attributes update structure.
|
UpdateObjectAttributesRequest.Builder |
UpdateObjectAttributesRequest.Builder.attributeUpdates(ObjectAttributeUpdate... attributeUpdates)
The attributes update structure.
|
| Modifier and Type | Method and Description |
|---|---|
BatchUpdateObjectAttributes.Builder |
BatchUpdateObjectAttributes.Builder.attributeUpdates(Collection<ObjectAttributeUpdate> attributeUpdates)
Attributes update structure.
|
UpdateObjectAttributesRequest.Builder |
UpdateObjectAttributesRequest.Builder.attributeUpdates(Collection<ObjectAttributeUpdate> attributeUpdates)
The attributes update structure.
|
Copyright © 2022. All rights reserved.