| Package | Description |
|---|---|
| software.amazon.awssdk.services.clouddirectory |
|
| software.amazon.awssdk.services.clouddirectory.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListFacetAttributesResponse |
CloudDirectoryClient.listFacetAttributes(Consumer<ListFacetAttributesRequest.Builder> listFacetAttributesRequest)
Retrieves attributes attached to the facet.
|
default ListFacetAttributesResponse |
CloudDirectoryClient.listFacetAttributes(ListFacetAttributesRequest listFacetAttributesRequest)
Retrieves attributes attached to the facet.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListFacetAttributesResponse> |
CloudDirectoryAsyncClient.listFacetAttributes(Consumer<ListFacetAttributesRequest.Builder> listFacetAttributesRequest)
Retrieves attributes attached to the facet.
|
default CompletableFuture<ListFacetAttributesResponse> |
CloudDirectoryAsyncClient.listFacetAttributes(ListFacetAttributesRequest listFacetAttributesRequest)
Retrieves attributes attached to the facet.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListFacetAttributesResponse> |
ListFacetAttributesIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListFacetAttributesPublisher.subscribe(org.reactivestreams.Subscriber<? super ListFacetAttributesResponse> subscriber) |
Copyright © 2022. All rights reserved.