Uses of Class
software.amazon.awssdk.services.opensearch.model.AssociatePackagesRequest
-
Packages that use AssociatePackagesRequest 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 AssociatePackagesRequest in software.amazon.awssdk.services.opensearch
Methods in software.amazon.awssdk.services.opensearch with parameters of type AssociatePackagesRequest Modifier and Type Method Description default CompletableFuture<AssociatePackagesResponse>OpenSearchAsyncClient. associatePackages(AssociatePackagesRequest associatePackagesRequest)Operation in the Amazon OpenSearch Service API for associating multiple packages with a domain simultaneously.default AssociatePackagesResponseOpenSearchClient. associatePackages(AssociatePackagesRequest associatePackagesRequest)Operation in the Amazon OpenSearch Service API for associating multiple packages with a domain simultaneously. -
Uses of AssociatePackagesRequest in software.amazon.awssdk.services.opensearch.transform
Methods in software.amazon.awssdk.services.opensearch.transform with parameters of type AssociatePackagesRequest Modifier and Type Method Description SdkHttpFullRequestAssociatePackagesRequestMarshaller. marshall(AssociatePackagesRequest associatePackagesRequest)
-