| Package | Description |
|---|---|
| com.amazonaws.services.clouddirectory |
|
| com.amazonaws.services.clouddirectory.model |
| Modifier and Type | Method and Description |
|---|---|
ListFacetAttributesResult |
AmazonCloudDirectoryClient.listFacetAttributes(ListFacetAttributesRequest request)
Retrieves attributes attached to the facet.
|
ListFacetAttributesResult |
AmazonCloudDirectory.listFacetAttributes(ListFacetAttributesRequest listFacetAttributesRequest)
Retrieves attributes attached to the facet.
|
ListFacetAttributesResult |
AbstractAmazonCloudDirectory.listFacetAttributes(ListFacetAttributesRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<ListFacetAttributesResult> |
AbstractAmazonCloudDirectoryAsync.listFacetAttributesAsync(ListFacetAttributesRequest request,
AsyncHandler<ListFacetAttributesRequest,ListFacetAttributesResult> asyncHandler) |
Future<ListFacetAttributesResult> |
AmazonCloudDirectoryAsync.listFacetAttributesAsync(ListFacetAttributesRequest listFacetAttributesRequest,
AsyncHandler<ListFacetAttributesRequest,ListFacetAttributesResult> asyncHandler)
Retrieves attributes attached to the facet.
|
Future<ListFacetAttributesResult> |
AmazonCloudDirectoryAsyncClient.listFacetAttributesAsync(ListFacetAttributesRequest request,
AsyncHandler<ListFacetAttributesRequest,ListFacetAttributesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListFacetAttributesResult |
ListFacetAttributesResult.clone() |
ListFacetAttributesResult |
ListFacetAttributesResult.withAttributes(Collection<FacetAttribute> attributes)
The attributes attached to the facet.
|
ListFacetAttributesResult |
ListFacetAttributesResult.withAttributes(FacetAttribute... attributes)
The attributes attached to the facet.
|
ListFacetAttributesResult |
ListFacetAttributesResult.withNextToken(String nextToken)
The pagination token.
|
Copyright © 2022. All rights reserved.