| Package | Description |
|---|---|
| software.amazon.awssdk.services.clouddirectory |
|
| software.amazon.awssdk.services.clouddirectory.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListObjectAttributesResponse |
CloudDirectoryClient.listObjectAttributes(Consumer<ListObjectAttributesRequest.Builder> listObjectAttributesRequest)
Lists all attributes that are associated with an object.
|
default ListObjectAttributesResponse |
CloudDirectoryClient.listObjectAttributes(ListObjectAttributesRequest listObjectAttributesRequest)
Lists all attributes that are associated with an object.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListObjectAttributesResponse> |
CloudDirectoryAsyncClient.listObjectAttributes(Consumer<ListObjectAttributesRequest.Builder> listObjectAttributesRequest)
Lists all attributes that are associated with an object.
|
default CompletableFuture<ListObjectAttributesResponse> |
CloudDirectoryAsyncClient.listObjectAttributes(ListObjectAttributesRequest listObjectAttributesRequest)
Lists all attributes that are associated with an object.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListObjectAttributesResponse> |
ListObjectAttributesIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListObjectAttributesPublisher.subscribe(org.reactivestreams.Subscriber<? super ListObjectAttributesResponse> subscriber) |
Copyright © 2022. All rights reserved.