Uses of Class
software.amazon.awssdk.services.opensearch.model.UpdatePackageScopeRequest
-
Packages that use UpdatePackageScopeRequest 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 UpdatePackageScopeRequest in software.amazon.awssdk.services.opensearch
Methods in software.amazon.awssdk.services.opensearch with parameters of type UpdatePackageScopeRequest Modifier and Type Method Description default CompletableFuture<UpdatePackageScopeResponse>OpenSearchAsyncClient. updatePackageScope(UpdatePackageScopeRequest updatePackageScopeRequest)Updates the scope of a package.default UpdatePackageScopeResponseOpenSearchClient. updatePackageScope(UpdatePackageScopeRequest updatePackageScopeRequest)Updates the scope of a package. -
Uses of UpdatePackageScopeRequest in software.amazon.awssdk.services.opensearch.transform
Methods in software.amazon.awssdk.services.opensearch.transform with parameters of type UpdatePackageScopeRequest Modifier and Type Method Description SdkHttpFullRequestUpdatePackageScopeRequestMarshaller. marshall(UpdatePackageScopeRequest updatePackageScopeRequest)
-