| Package | Description |
|---|---|
| software.amazon.awssdk.services.clouddirectory |
|
| software.amazon.awssdk.services.clouddirectory.paginators | |
| software.amazon.awssdk.services.clouddirectory.transform |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListObjectAttributesResponse> |
CloudDirectoryAsyncClient.listObjectAttributes(ListObjectAttributesRequest 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.
|
default ListObjectAttributesPublisher |
CloudDirectoryAsyncClient.listObjectAttributesPaginator(ListObjectAttributesRequest listObjectAttributesRequest)
Lists all attributes that are associated with an object.
|
default ListObjectAttributesIterable |
CloudDirectoryClient.listObjectAttributesPaginator(ListObjectAttributesRequest listObjectAttributesRequest)
Lists all attributes that are associated with an object.
|
| Constructor and Description |
|---|
ListObjectAttributesIterable(CloudDirectoryClient client,
ListObjectAttributesRequest firstRequest) |
ListObjectAttributesPublisher(CloudDirectoryAsyncClient client,
ListObjectAttributesRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListObjectAttributesRequestMarshaller.marshall(ListObjectAttributesRequest listObjectAttributesRequest) |
Copyright © 2022. All rights reserved.