Uses of Class
software.amazon.awssdk.services.opensearch.model.UpdatePackageRequest
-
Packages that use UpdatePackageRequest Package Description software.amazon.awssdk.services.opensearch Use the Amazon OpenSearch Service configuration API to create, configure, and manage OpenSearch Service domains.software.amazon.awssdk.services.opensearch.transform -
-
Uses of UpdatePackageRequest in software.amazon.awssdk.services.opensearch
Methods in software.amazon.awssdk.services.opensearch with parameters of type UpdatePackageRequest Modifier and Type Method Description default CompletableFuture<UpdatePackageResponse>OpenSearchAsyncClient. updatePackage(UpdatePackageRequest updatePackageRequest)Updates a package for use with Amazon OpenSearch Service domains.default UpdatePackageResponseOpenSearchClient. updatePackage(UpdatePackageRequest updatePackageRequest)Updates a package for use with Amazon OpenSearch Service domains. -
Uses of UpdatePackageRequest in software.amazon.awssdk.services.opensearch.transform
Methods in software.amazon.awssdk.services.opensearch.transform with parameters of type UpdatePackageRequest Modifier and Type Method Description SdkHttpFullRequestUpdatePackageRequestMarshaller. marshall(UpdatePackageRequest updatePackageRequest)
-