| Package | Description |
|---|---|
| com.amazonaws.services.clouddirectory |
|
| com.amazonaws.services.clouddirectory.model |
| Modifier and Type | Method and Description |
|---|---|
GetObjectAttributesResult |
AbstractAmazonCloudDirectory.getObjectAttributes(GetObjectAttributesRequest request) |
GetObjectAttributesResult |
AmazonCloudDirectory.getObjectAttributes(GetObjectAttributesRequest getObjectAttributesRequest)
Retrieves attributes within a facet that are associated with an object.
|
GetObjectAttributesResult |
AmazonCloudDirectoryClient.getObjectAttributes(GetObjectAttributesRequest request)
Retrieves attributes within a facet that are associated with an object.
|
| 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 |
|---|---|
GetObjectAttributesResult |
GetObjectAttributesResult.clone() |
GetObjectAttributesResult |
GetObjectAttributesResult.withAttributes(AttributeKeyAndValue... attributes)
The attributes that are associated with the object.
|
GetObjectAttributesResult |
GetObjectAttributesResult.withAttributes(Collection<AttributeKeyAndValue> attributes)
The attributes that are associated with the object.
|
Copyright © 2023. All rights reserved.