| Package | Description |
|---|---|
| software.amazon.awssdk.services.clouddirectory |
|
| 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.
|
default ListObjectParentsIterable |
CloudDirectoryClient.listObjectParentsPaginator(Consumer<ListObjectParentsRequest.Builder> 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.
|
Copyright © 2022. All rights reserved.