| Package | Description |
|---|---|
| com.amazonaws.services.clouddirectory |
|
| com.amazonaws.services.clouddirectory.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateFacetResult> |
AbstractAmazonCloudDirectoryAsync.updateFacetAsync(UpdateFacetRequest request,
AsyncHandler<UpdateFacetRequest,UpdateFacetResult> asyncHandler) |
Future<UpdateFacetResult> |
AmazonCloudDirectoryAsync.updateFacetAsync(UpdateFacetRequest updateFacetRequest,
AsyncHandler<UpdateFacetRequest,UpdateFacetResult> asyncHandler)
Does the following:
|
Future<UpdateFacetResult> |
AmazonCloudDirectoryAsyncClient.updateFacetAsync(UpdateFacetRequest request,
AsyncHandler<UpdateFacetRequest,UpdateFacetResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateFacetRequest |
UpdateFacetRequest.clone() |
UpdateFacetRequest |
UpdateFacetRequest.withAttributeUpdates(Collection<FacetAttributeUpdate> attributeUpdates)
List of attributes that need to be updated in a given schema Facet.
|
UpdateFacetRequest |
UpdateFacetRequest.withAttributeUpdates(FacetAttributeUpdate... attributeUpdates)
List of attributes that need to be updated in a given schema Facet.
|
UpdateFacetRequest |
UpdateFacetRequest.withName(String name)
The name of the facet.
|
UpdateFacetRequest |
UpdateFacetRequest.withObjectType(ObjectType objectType)
The object type that is associated with the facet.
|
UpdateFacetRequest |
UpdateFacetRequest.withObjectType(String objectType)
The object type that is associated with the facet.
|
UpdateFacetRequest |
UpdateFacetRequest.withSchemaArn(String schemaArn)
The Amazon Resource Name (ARN) that is associated with the Facet.
|
Copyright © 2024. All rights reserved.