| Package | Description |
|---|---|
| com.amazonaws.services.clouddirectory |
|
| com.amazonaws.services.clouddirectory.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateObjectAttributesResult> |
AmazonCloudDirectoryAsyncClient.updateObjectAttributesAsync(UpdateObjectAttributesRequest request,
AsyncHandler<UpdateObjectAttributesRequest,UpdateObjectAttributesResult> asyncHandler) |
Future<UpdateObjectAttributesResult> |
AmazonCloudDirectoryAsync.updateObjectAttributesAsync(UpdateObjectAttributesRequest updateObjectAttributesRequest,
AsyncHandler<UpdateObjectAttributesRequest,UpdateObjectAttributesResult> asyncHandler)
Updates a given object's attributes.
|
Future<UpdateObjectAttributesResult> |
AbstractAmazonCloudDirectoryAsync.updateObjectAttributesAsync(UpdateObjectAttributesRequest request,
AsyncHandler<UpdateObjectAttributesRequest,UpdateObjectAttributesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateObjectAttributesRequest |
UpdateObjectAttributesRequest.clone() |
UpdateObjectAttributesRequest |
UpdateObjectAttributesRequest.withAttributeUpdates(Collection<ObjectAttributeUpdate> attributeUpdates)
The attributes update structure.
|
UpdateObjectAttributesRequest |
UpdateObjectAttributesRequest.withAttributeUpdates(ObjectAttributeUpdate... attributeUpdates)
The attributes update structure.
|
UpdateObjectAttributesRequest |
UpdateObjectAttributesRequest.withDirectoryArn(String directoryArn)
The Amazon Resource Name (ARN) that is associated with the Directory where the object resides.
|
UpdateObjectAttributesRequest |
UpdateObjectAttributesRequest.withObjectReference(ObjectReference objectReference)
The reference that identifies the object.
|
Copyright © 2022. All rights reserved.