Uses of Class
software.amazon.awssdk.services.opensearch.model.UpdatePackageScopeResponse
-
Packages that use UpdatePackageScopeResponse Package Description software.amazon.awssdk.services.opensearch Use the Amazon OpenSearch Service configuration API to create, configure, and manage OpenSearch Service domains. -
-
Uses of UpdatePackageScopeResponse in software.amazon.awssdk.services.opensearch
Methods in software.amazon.awssdk.services.opensearch that return UpdatePackageScopeResponse Modifier and Type Method Description default UpdatePackageScopeResponseOpenSearchClient. updatePackageScope(Consumer<UpdatePackageScopeRequest.Builder> updatePackageScopeRequest)Updates the scope of a package.default UpdatePackageScopeResponseOpenSearchClient. updatePackageScope(UpdatePackageScopeRequest updatePackageScopeRequest)Updates the scope of a package.Methods in software.amazon.awssdk.services.opensearch that return types with arguments of type UpdatePackageScopeResponse Modifier and Type Method Description default CompletableFuture<UpdatePackageScopeResponse>OpenSearchAsyncClient. updatePackageScope(Consumer<UpdatePackageScopeRequest.Builder> updatePackageScopeRequest)Updates the scope of a package.default CompletableFuture<UpdatePackageScopeResponse>OpenSearchAsyncClient. updatePackageScope(UpdatePackageScopeRequest updatePackageScopeRequest)Updates the scope of a package.
-