| Package | Description |
|---|---|
| software.amazon.awssdk.services.opensearchserverless |
Use the Amazon OpenSearch Serverless API to create, configure, and manage OpenSearch Serverless collections and
security policies.
|
| Modifier and Type | Method and Description |
|---|---|
default CreateCollectionResponse |
OpenSearchServerlessClient.createCollection(Consumer<CreateCollectionRequest.Builder> createCollectionRequest)
Creates a new OpenSearch Serverless collection.
|
default CreateCollectionResponse |
OpenSearchServerlessClient.createCollection(CreateCollectionRequest createCollectionRequest)
Creates a new OpenSearch Serverless collection.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateCollectionResponse> |
OpenSearchServerlessAsyncClient.createCollection(Consumer<CreateCollectionRequest.Builder> createCollectionRequest)
Creates a new OpenSearch Serverless collection.
|
default CompletableFuture<CreateCollectionResponse> |
OpenSearchServerlessAsyncClient.createCollection(CreateCollectionRequest createCollectionRequest)
Creates a new OpenSearch Serverless collection.
|
Copyright © 2023. All rights reserved.