Uses of Class
software.amazon.awssdk.services.clouddirectory.model.ListIndexRequest
-
Packages that use ListIndexRequest Package Description software.amazon.awssdk.services.clouddirectory Amazon Cloud Directory software.amazon.awssdk.services.clouddirectory.paginators software.amazon.awssdk.services.clouddirectory.transform -
-
Uses of ListIndexRequest in software.amazon.awssdk.services.clouddirectory
Methods in software.amazon.awssdk.services.clouddirectory with parameters of type ListIndexRequest Modifier and Type Method Description default CompletableFuture<ListIndexResponse>CloudDirectoryAsyncClient. listIndex(ListIndexRequest listIndexRequest)Lists objects attached to the specified index.default ListIndexResponseCloudDirectoryClient. listIndex(ListIndexRequest listIndexRequest)Lists objects attached to the specified index.default ListIndexPublisherCloudDirectoryAsyncClient. listIndexPaginator(ListIndexRequest listIndexRequest)This is a variant ofCloudDirectoryAsyncClient.listIndex(software.amazon.awssdk.services.clouddirectory.model.ListIndexRequest)operation.default ListIndexIterableCloudDirectoryClient. listIndexPaginator(ListIndexRequest listIndexRequest)This is a variant ofCloudDirectoryClient.listIndex(software.amazon.awssdk.services.clouddirectory.model.ListIndexRequest)operation. -
Uses of ListIndexRequest in software.amazon.awssdk.services.clouddirectory.paginators
Constructors in software.amazon.awssdk.services.clouddirectory.paginators with parameters of type ListIndexRequest Constructor Description ListIndexIterable(CloudDirectoryClient client, ListIndexRequest firstRequest)ListIndexPublisher(CloudDirectoryAsyncClient client, ListIndexRequest firstRequest) -
Uses of ListIndexRequest in software.amazon.awssdk.services.clouddirectory.transform
Methods in software.amazon.awssdk.services.clouddirectory.transform with parameters of type ListIndexRequest Modifier and Type Method Description SdkHttpFullRequestListIndexRequestMarshaller. marshall(ListIndexRequest listIndexRequest)
-