| Package | Description |
|---|---|
| com.amazonaws.services.clouddirectory |
|
| com.amazonaws.services.clouddirectory.model |
| Modifier and Type | Method and Description |
|---|---|
Future<GetObjectInformationResult> |
AbstractAmazonCloudDirectoryAsync.getObjectInformationAsync(GetObjectInformationRequest request,
AsyncHandler<GetObjectInformationRequest,GetObjectInformationResult> asyncHandler) |
Future<GetObjectInformationResult> |
AmazonCloudDirectoryAsync.getObjectInformationAsync(GetObjectInformationRequest getObjectInformationRequest,
AsyncHandler<GetObjectInformationRequest,GetObjectInformationResult> asyncHandler)
Retrieves metadata about an object.
|
Future<GetObjectInformationResult> |
AmazonCloudDirectoryAsyncClient.getObjectInformationAsync(GetObjectInformationRequest request,
AsyncHandler<GetObjectInformationRequest,GetObjectInformationResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetObjectInformationRequest |
GetObjectInformationRequest.clone() |
GetObjectInformationRequest |
GetObjectInformationRequest.withConsistencyLevel(ConsistencyLevel consistencyLevel)
The consistency level at which to retrieve the object information.
|
GetObjectInformationRequest |
GetObjectInformationRequest.withConsistencyLevel(String consistencyLevel)
The consistency level at which to retrieve the object information.
|
GetObjectInformationRequest |
GetObjectInformationRequest.withDirectoryArn(String directoryArn)
The ARN of the directory being retrieved.
|
GetObjectInformationRequest |
GetObjectInformationRequest.withObjectReference(ObjectReference objectReference)
A reference to the object.
|
Copyright © 2022. All rights reserved.