| Package | Description |
|---|---|
| software.amazon.awssdk.services.clouddirectory |
|
| software.amazon.awssdk.services.clouddirectory.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListObjectParentsResponse |
CloudDirectoryClient.listObjectParents(Consumer<ListObjectParentsRequest.Builder> 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.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListObjectParentsResponse> |
CloudDirectoryAsyncClient.listObjectParents(Consumer<ListObjectParentsRequest.Builder> listObjectParentsRequest)
Lists parent objects that are associated with a given object in pagination fashion.
|
default CompletableFuture<ListObjectParentsResponse> |
CloudDirectoryAsyncClient.listObjectParents(ListObjectParentsRequest listObjectParentsRequest)
Lists parent objects that are associated with a given object in pagination fashion.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListObjectParentsResponse> |
ListObjectParentsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListObjectParentsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListObjectParentsResponse> subscriber) |
Copyright © 2022. All rights reserved.