| 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<ListObjectParentsResponse> |
CloudDirectoryAsyncClient.listObjectParents(ListObjectParentsRequest listObjectParentsRequest)
Lists parent objects that are associated with a given object in pagination fashion.
|
default ListObjectParentsResponse |
CloudDirectoryClient.listObjectParents(ListObjectParentsRequest listObjectParentsRequest)
Lists parent objects that are associated with a given object in pagination fashion.
|
default ListObjectParentsPublisher |
CloudDirectoryAsyncClient.listObjectParentsPaginator(ListObjectParentsRequest listObjectParentsRequest)
Lists parent objects that are associated with a given object in pagination fashion.
|
default ListObjectParentsIterable |
CloudDirectoryClient.listObjectParentsPaginator(ListObjectParentsRequest listObjectParentsRequest)
Lists parent objects that are associated with a given object in pagination fashion.
|
| Constructor and Description |
|---|
ListObjectParentsIterable(CloudDirectoryClient client,
ListObjectParentsRequest firstRequest) |
ListObjectParentsPublisher(CloudDirectoryAsyncClient client,
ListObjectParentsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListObjectParentsRequestMarshaller.marshall(ListObjectParentsRequest listObjectParentsRequest) |
Copyright © 2022. All rights reserved.