| Package | Description |
|---|---|
| software.amazon.awssdk.services.clouddirectory.model |
| Modifier and Type | Method and Description |
|---|---|
BatchListObjectAttributesResponse.Builder |
BatchListObjectAttributesResponse.Builder.attributes(AttributeKeyAndValue... attributes)
The attributes map that is associated with the object.
|
BatchListObjectAttributesResponse.Builder |
BatchListObjectAttributesResponse.Builder.attributes(Collection<AttributeKeyAndValue> attributes)
The attributes map that is associated with the object.
|
BatchListObjectAttributesResponse.Builder |
BatchListObjectAttributesResponse.Builder.attributes(Consumer<AttributeKeyAndValue.Builder>... attributes)
The attributes map that is associated with the object.
|
static BatchListObjectAttributesResponse.Builder |
BatchListObjectAttributesResponse.builder() |
BatchListObjectAttributesResponse.Builder |
BatchListObjectAttributesResponse.Builder.nextToken(String nextToken)
The pagination token.
|
BatchListObjectAttributesResponse.Builder |
BatchListObjectAttributesResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends BatchListObjectAttributesResponse.Builder> |
BatchListObjectAttributesResponse.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default BatchReadSuccessfulResponse.Builder |
BatchReadSuccessfulResponse.Builder.listObjectAttributes(Consumer<BatchListObjectAttributesResponse.Builder> listObjectAttributes)
Lists all attributes that are associated with an object.
|
Copyright © 2022. All rights reserved.