Package | Description |
---|---|
com.amazonaws.services.opensearchserverless |
Use the Amazon OpenSearch Serverless API to create, configure, and manage OpenSearch Serverless collections and
security policies.
|
com.amazonaws.services.opensearchserverless.model |
Modifier and Type | Method and Description |
---|---|
Future<ListCollectionsResult> |
AbstractAWSOpenSearchServerlessAsync.listCollectionsAsync(ListCollectionsRequest request,
AsyncHandler<ListCollectionsRequest,ListCollectionsResult> asyncHandler) |
Future<ListCollectionsResult> |
AWSOpenSearchServerlessAsync.listCollectionsAsync(ListCollectionsRequest listCollectionsRequest,
AsyncHandler<ListCollectionsRequest,ListCollectionsResult> asyncHandler)
Lists all OpenSearch Serverless collections.
|
Future<ListCollectionsResult> |
AWSOpenSearchServerlessAsyncClient.listCollectionsAsync(ListCollectionsRequest request,
AsyncHandler<ListCollectionsRequest,ListCollectionsResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
ListCollectionsRequest |
ListCollectionsRequest.clone() |
ListCollectionsRequest |
ListCollectionsRequest.withCollectionFilters(CollectionFilters collectionFilters)
List of filter names and values that you can use for requests.
|
ListCollectionsRequest |
ListCollectionsRequest.withMaxResults(Integer maxResults)
The maximum number of results to return.
|
ListCollectionsRequest |
ListCollectionsRequest.withNextToken(String nextToken)
If your initial
ListCollections operation returns a nextToken , you can include the
returned nextToken in subsequent ListCollections operations, which returns results in
the next page. |
Copyright © 2023. All rights reserved.