Uses of Class
software.amazon.awssdk.services.opensearchserverless.model.CreateCollectionRequest
-
Packages that use CreateCollectionRequest 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.transform -
-
Uses of CreateCollectionRequest in software.amazon.awssdk.services.opensearchserverless
Methods in software.amazon.awssdk.services.opensearchserverless with parameters of type CreateCollectionRequest Modifier and Type Method Description default CompletableFuture<CreateCollectionResponse>OpenSearchServerlessAsyncClient. createCollection(CreateCollectionRequest createCollectionRequest)Creates a new OpenSearch Serverless collection.default CreateCollectionResponseOpenSearchServerlessClient. createCollection(CreateCollectionRequest createCollectionRequest)Creates a new OpenSearch Serverless collection. -
Uses of CreateCollectionRequest in software.amazon.awssdk.services.opensearchserverless.transform
Methods in software.amazon.awssdk.services.opensearchserverless.transform with parameters of type CreateCollectionRequest Modifier and Type Method Description SdkHttpFullRequestCreateCollectionRequestMarshaller. marshall(CreateCollectionRequest createCollectionRequest)
-