| Package | Description |
|---|---|
| com.amazonaws.services.clouddirectory |
|
| com.amazonaws.services.clouddirectory.model | |
| com.amazonaws.services.clouddirectory.model.transform |
| Modifier and Type | Method and Description |
|---|---|
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) |
Future<UpdateObjectAttributesResult> |
AmazonCloudDirectoryAsyncClient.updateObjectAttributesAsync(UpdateObjectAttributesRequest request,
AsyncHandler<UpdateObjectAttributesRequest,UpdateObjectAttributesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateObjectAttributesRequest |
UpdateObjectAttributesRequest.clone() |
UpdateObjectAttributesRequest |
UpdateObjectAttributesRequest.withAttributeUpdates(Collection<ObjectAttributeUpdate> attributeUpdates)
Attributes update structure.
|
UpdateObjectAttributesRequest |
UpdateObjectAttributesRequest.withAttributeUpdates(ObjectAttributeUpdate... attributeUpdates)
Attributes update structure.
|
UpdateObjectAttributesRequest |
UpdateObjectAttributesRequest.withDirectoryArn(String directoryArn)
ARN associated with the Directory where the object resides.
|
UpdateObjectAttributesRequest |
UpdateObjectAttributesRequest.withObjectReference(ObjectReference objectReference)
Reference that identifies the object.
|
| Modifier and Type | Method and Description |
|---|---|
Request<UpdateObjectAttributesRequest> |
UpdateObjectAttributesRequestProtocolMarshaller.marshall(UpdateObjectAttributesRequest updateObjectAttributesRequest) |
| Modifier and Type | Method and Description |
|---|---|
Request<UpdateObjectAttributesRequest> |
UpdateObjectAttributesRequestProtocolMarshaller.marshall(UpdateObjectAttributesRequest updateObjectAttributesRequest) |
void |
UpdateObjectAttributesRequestMarshaller.marshall(UpdateObjectAttributesRequest updateObjectAttributesRequest,
ProtocolMarshaller protocolMarshaller)
Marshall the given parameter object.
|
Copyright © 2017. All rights reserved.