| Package | Description |
|---|---|
| com.amazonaws.services.clouddirectory |
|
| com.amazonaws.services.clouddirectory.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListObjectAttributesResult> |
AmazonCloudDirectoryAsyncClient.listObjectAttributesAsync(ListObjectAttributesRequest request,
AsyncHandler<ListObjectAttributesRequest,ListObjectAttributesResult> asyncHandler) |
Future<ListObjectAttributesResult> |
AbstractAmazonCloudDirectoryAsync.listObjectAttributesAsync(ListObjectAttributesRequest request,
AsyncHandler<ListObjectAttributesRequest,ListObjectAttributesResult> asyncHandler) |
Future<ListObjectAttributesResult> |
AmazonCloudDirectoryAsync.listObjectAttributesAsync(ListObjectAttributesRequest listObjectAttributesRequest,
AsyncHandler<ListObjectAttributesRequest,ListObjectAttributesResult> asyncHandler)
Lists all attributes that are associated with an object.
|
| Modifier and Type | Method and Description |
|---|---|
ListObjectAttributesRequest |
ListObjectAttributesRequest.clone() |
ListObjectAttributesRequest |
ListObjectAttributesRequest.withConsistencyLevel(ConsistencyLevel consistencyLevel)
Represents the manner and timing in which the successful write or update of an object is reflected in a
subsequent read operation of that same object.
|
ListObjectAttributesRequest |
ListObjectAttributesRequest.withConsistencyLevel(String consistencyLevel)
Represents the manner and timing in which the successful write or update of an object is reflected in a
subsequent read operation of that same object.
|
ListObjectAttributesRequest |
ListObjectAttributesRequest.withDirectoryArn(String directoryArn)
The Amazon Resource Name (ARN) that is associated with the Directory where the object resides.
|
ListObjectAttributesRequest |
ListObjectAttributesRequest.withFacetFilter(SchemaFacet facetFilter)
Used to filter the list of object attributes that are associated with a certain facet.
|
ListObjectAttributesRequest |
ListObjectAttributesRequest.withMaxResults(Integer maxResults)
The maximum number of items to be retrieved in a single call.
|
ListObjectAttributesRequest |
ListObjectAttributesRequest.withNextToken(String nextToken)
The pagination token.
|
ListObjectAttributesRequest |
ListObjectAttributesRequest.withObjectReference(ObjectReference objectReference)
The reference that identifies the object whose attributes will be listed.
|
Copyright © 2021. All rights reserved.