Uses of Class
software.amazon.awssdk.services.opensearchserverless.model.ListCollectionsRequest
-
Packages that use ListCollectionsRequest Package Description software.amazon.awssdk.services.opensearchserverless Use the Amazon OpenSearch Serverless API to create, configure, and manage OpenSearch Serverless collections and security policies.software.amazon.awssdk.services.opensearchserverless.paginators software.amazon.awssdk.services.opensearchserverless.transform -
-
Uses of ListCollectionsRequest in software.amazon.awssdk.services.opensearchserverless
Methods in software.amazon.awssdk.services.opensearchserverless with parameters of type ListCollectionsRequest Modifier and Type Method Description default CompletableFuture<ListCollectionsResponse>OpenSearchServerlessAsyncClient. listCollections(ListCollectionsRequest listCollectionsRequest)Lists all OpenSearch Serverless collections.default ListCollectionsResponseOpenSearchServerlessClient. listCollections(ListCollectionsRequest listCollectionsRequest)Lists all OpenSearch Serverless collections.default ListCollectionsPublisherOpenSearchServerlessAsyncClient. listCollectionsPaginator(ListCollectionsRequest listCollectionsRequest)default ListCollectionsIterableOpenSearchServerlessClient. listCollectionsPaginator(ListCollectionsRequest listCollectionsRequest)This is a variant ofOpenSearchServerlessClient.listCollections(software.amazon.awssdk.services.opensearchserverless.model.ListCollectionsRequest)operation. -
Uses of ListCollectionsRequest in software.amazon.awssdk.services.opensearchserverless.paginators
Constructors in software.amazon.awssdk.services.opensearchserverless.paginators with parameters of type ListCollectionsRequest Constructor Description ListCollectionsIterable(OpenSearchServerlessClient client, ListCollectionsRequest firstRequest)ListCollectionsPublisher(OpenSearchServerlessAsyncClient client, ListCollectionsRequest firstRequest) -
Uses of ListCollectionsRequest in software.amazon.awssdk.services.opensearchserverless.transform
Methods in software.amazon.awssdk.services.opensearchserverless.transform with parameters of type ListCollectionsRequest Modifier and Type Method Description SdkHttpFullRequestListCollectionsRequestMarshaller. marshall(ListCollectionsRequest listCollectionsRequest)
-