| Package | Description |
|---|---|
| software.amazon.awssdk.services.clouddirectory.model |
| Modifier and Type | Method and Description |
|---|---|
BatchGetObjectAttributesResponse.Builder |
BatchGetObjectAttributesResponse.Builder.attributes(AttributeKeyAndValue... attributes)
The attribute values that are associated with an object.
|
BatchGetObjectAttributesResponse.Builder |
BatchGetObjectAttributesResponse.Builder.attributes(Collection<AttributeKeyAndValue> attributes)
The attribute values that are associated with an object.
|
BatchGetObjectAttributesResponse.Builder |
BatchGetObjectAttributesResponse.Builder.attributes(Consumer<AttributeKeyAndValue.Builder>... attributes)
The attribute values that are associated with an object.
|
static BatchGetObjectAttributesResponse.Builder |
BatchGetObjectAttributesResponse.builder() |
BatchGetObjectAttributesResponse.Builder |
BatchGetObjectAttributesResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends BatchGetObjectAttributesResponse.Builder> |
BatchGetObjectAttributesResponse.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default BatchReadSuccessfulResponse.Builder |
BatchReadSuccessfulResponse.Builder.getObjectAttributes(Consumer<BatchGetObjectAttributesResponse.Builder> getObjectAttributes)
Retrieves attributes within a facet that are associated with an object.
|
Copyright © 2022. All rights reserved.