| Package | Description |
|---|---|
| com.amazonaws.services.clouddirectory |
|
| com.amazonaws.services.clouddirectory.model |
| Modifier and Type | Method and Description |
|---|---|
Future<GetObjectAttributesResult> |
AbstractAmazonCloudDirectoryAsync.getObjectAttributesAsync(GetObjectAttributesRequest request,
AsyncHandler<GetObjectAttributesRequest,GetObjectAttributesResult> asyncHandler) |
Future<GetObjectAttributesResult> |
AmazonCloudDirectoryAsyncClient.getObjectAttributesAsync(GetObjectAttributesRequest request,
AsyncHandler<GetObjectAttributesRequest,GetObjectAttributesResult> asyncHandler) |
Future<GetObjectAttributesResult> |
AmazonCloudDirectoryAsync.getObjectAttributesAsync(GetObjectAttributesRequest getObjectAttributesRequest,
AsyncHandler<GetObjectAttributesRequest,GetObjectAttributesResult> asyncHandler)
Retrieves attributes within a facet that are associated with an object.
|
| Modifier and Type | Method and Description |
|---|---|
GetObjectAttributesRequest |
GetObjectAttributesRequest.clone() |
GetObjectAttributesRequest |
GetObjectAttributesRequest.withAttributeNames(Collection<String> attributeNames)
List of attribute names whose values will be retrieved.
|
GetObjectAttributesRequest |
GetObjectAttributesRequest.withAttributeNames(String... attributeNames)
List of attribute names whose values will be retrieved.
|
GetObjectAttributesRequest |
GetObjectAttributesRequest.withConsistencyLevel(ConsistencyLevel consistencyLevel)
The consistency level at which to retrieve the attributes on an object.
|
GetObjectAttributesRequest |
GetObjectAttributesRequest.withConsistencyLevel(String consistencyLevel)
The consistency level at which to retrieve the attributes on an object.
|
GetObjectAttributesRequest |
GetObjectAttributesRequest.withDirectoryArn(String directoryArn)
The Amazon Resource Name (ARN) that is associated with the Directory where the object resides.
|
GetObjectAttributesRequest |
GetObjectAttributesRequest.withObjectReference(ObjectReference objectReference)
Reference that identifies the object whose attributes will be retrieved.
|
GetObjectAttributesRequest |
GetObjectAttributesRequest.withSchemaFacet(SchemaFacet schemaFacet)
Identifier for the facet whose attributes will be retrieved.
|
Copyright © 2021. All rights reserved.