Uses of Class
software.amazon.awssdk.services.opensearchserverless.model.UpdateCollectionRequest
-
Packages that use UpdateCollectionRequest 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 UpdateCollectionRequest in software.amazon.awssdk.services.opensearchserverless
Methods in software.amazon.awssdk.services.opensearchserverless with parameters of type UpdateCollectionRequest Modifier and Type Method Description default CompletableFuture<UpdateCollectionResponse>OpenSearchServerlessAsyncClient. updateCollection(UpdateCollectionRequest updateCollectionRequest)Updates an OpenSearch Serverless collection.default UpdateCollectionResponseOpenSearchServerlessClient. updateCollection(UpdateCollectionRequest updateCollectionRequest)Updates an OpenSearch Serverless collection. -
Uses of UpdateCollectionRequest in software.amazon.awssdk.services.opensearchserverless.transform
Methods in software.amazon.awssdk.services.opensearchserverless.transform with parameters of type UpdateCollectionRequest Modifier and Type Method Description SdkHttpFullRequestUpdateCollectionRequestMarshaller. marshall(UpdateCollectionRequest updateCollectionRequest)
-