| Package | Description |
|---|---|
| software.amazon.awssdk.services.clouddirectory.model |
| Modifier and Type | Method and Description |
|---|---|
static BatchListObjectAttributes.Builder |
BatchListObjectAttributes.builder() |
default BatchListObjectAttributes.Builder |
BatchListObjectAttributes.Builder.facetFilter(Consumer<SchemaFacet.Builder> facetFilter)
Used to filter the list of object attributes that are associated with a certain facet.
|
BatchListObjectAttributes.Builder |
BatchListObjectAttributes.Builder.facetFilter(SchemaFacet facetFilter)
Used to filter the list of object attributes that are associated with a certain facet.
|
BatchListObjectAttributes.Builder |
BatchListObjectAttributes.Builder.maxResults(Integer maxResults)
The maximum number of items to be retrieved in a single call.
|
BatchListObjectAttributes.Builder |
BatchListObjectAttributes.Builder.nextToken(String nextToken)
The pagination token.
|
default BatchListObjectAttributes.Builder |
BatchListObjectAttributes.Builder.objectReference(Consumer<ObjectReference.Builder> objectReference)
Reference of the object whose attributes need to be listed.
|
BatchListObjectAttributes.Builder |
BatchListObjectAttributes.Builder.objectReference(ObjectReference objectReference)
Reference of the object whose attributes need to be listed.
|
BatchListObjectAttributes.Builder |
BatchListObjectAttributes.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends BatchListObjectAttributes.Builder> |
BatchListObjectAttributes.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default BatchReadOperation.Builder |
BatchReadOperation.Builder.listObjectAttributes(Consumer<BatchListObjectAttributes.Builder> listObjectAttributes)
Lists all attributes that are associated with an object.
|
Copyright © 2022. All rights reserved.