| Package | Description |
|---|---|
| software.amazon.awssdk.services.clouddirectory.model |
| Modifier and Type | Method and Description |
|---|---|
static BatchGetObjectInformationResponse.Builder |
BatchGetObjectInformationResponse.builder() |
BatchGetObjectInformationResponse.Builder |
BatchGetObjectInformationResponse.Builder.objectIdentifier(String objectIdentifier)
The
ObjectIdentifier of the specified object. |
BatchGetObjectInformationResponse.Builder |
BatchGetObjectInformationResponse.Builder.schemaFacets(Collection<SchemaFacet> schemaFacets)
The facets attached to the specified object.
|
BatchGetObjectInformationResponse.Builder |
BatchGetObjectInformationResponse.Builder.schemaFacets(Consumer<SchemaFacet.Builder>... schemaFacets)
The facets attached to the specified object.
|
BatchGetObjectInformationResponse.Builder |
BatchGetObjectInformationResponse.Builder.schemaFacets(SchemaFacet... schemaFacets)
The facets attached to the specified object.
|
BatchGetObjectInformationResponse.Builder |
BatchGetObjectInformationResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends BatchGetObjectInformationResponse.Builder> |
BatchGetObjectInformationResponse.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default BatchReadSuccessfulResponse.Builder |
BatchReadSuccessfulResponse.Builder.getObjectInformation(Consumer<BatchGetObjectInformationResponse.Builder> getObjectInformation)
Retrieves metadata about an object.
|
Copyright © 2022. All rights reserved.