| Package | Description |
|---|---|
| com.amazonaws.services.clouddirectory.model |
| Modifier and Type | Method and Description |
|---|---|
BatchListObjectAttributes |
BatchListObjectAttributes.clone() |
BatchListObjectAttributes |
BatchReadOperation.getListObjectAttributes()
Lists all attributes that are associated with an object.
|
BatchListObjectAttributes |
BatchListObjectAttributes.withFacetFilter(SchemaFacet facetFilter)
Used to filter the list of object attributes that are associated with a certain facet.
|
BatchListObjectAttributes |
BatchListObjectAttributes.withMaxResults(Integer maxResults)
The maximum number of items to be retrieved in a single call.
|
BatchListObjectAttributes |
BatchListObjectAttributes.withNextToken(String nextToken)
The pagination token.
|
BatchListObjectAttributes |
BatchListObjectAttributes.withObjectReference(ObjectReference objectReference)
Reference of the object whose attributes need to be listed.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchReadOperation.setListObjectAttributes(BatchListObjectAttributes listObjectAttributes)
Lists all attributes that are associated with an object.
|
BatchReadOperation |
BatchReadOperation.withListObjectAttributes(BatchListObjectAttributes listObjectAttributes)
Lists all attributes that are associated with an object.
|
Copyright © 2023. All rights reserved.