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 |
---|---|
ListCollectionsResult |
AWSOpenSearchServerlessClient.listCollections(ListCollectionsRequest request)
Lists all OpenSearch Serverless collections.
|
ListCollectionsResult |
AWSOpenSearchServerless.listCollections(ListCollectionsRequest listCollectionsRequest)
Lists all OpenSearch Serverless collections.
|
ListCollectionsResult |
AbstractAWSOpenSearchServerless.listCollections(ListCollectionsRequest request) |
Modifier and Type | Method and Description |
---|---|
Future<ListCollectionsResult> |
AWSOpenSearchServerlessAsyncClient.listCollectionsAsync(ListCollectionsRequest request,
AsyncHandler<ListCollectionsRequest,ListCollectionsResult> asyncHandler) |
Future<ListCollectionsResult> |
AWSOpenSearchServerlessAsync.listCollectionsAsync(ListCollectionsRequest listCollectionsRequest,
AsyncHandler<ListCollectionsRequest,ListCollectionsResult> asyncHandler)
Lists all OpenSearch Serverless collections.
|
Future<ListCollectionsResult> |
AbstractAWSOpenSearchServerlessAsync.listCollectionsAsync(ListCollectionsRequest request,
AsyncHandler<ListCollectionsRequest,ListCollectionsResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
ListCollectionsResult |
ListCollectionsResult.clone() |
ListCollectionsResult |
ListCollectionsResult.withCollectionSummaries(Collection<CollectionSummary> collectionSummaries)
Details about each collection.
|
ListCollectionsResult |
ListCollectionsResult.withCollectionSummaries(CollectionSummary... collectionSummaries)
Details about each collection.
|
ListCollectionsResult |
ListCollectionsResult.withNextToken(String nextToken)
When
nextToken is returned, there are more results available. |
Copyright © 2023. All rights reserved.