Uses of Interface
software.amazon.awssdk.services.opensearch.model.AssociatePackagesRequest.Builder
-
Packages that use AssociatePackagesRequest.Builder 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.model -
-
Uses of AssociatePackagesRequest.Builder in software.amazon.awssdk.services.opensearch
Method parameters in software.amazon.awssdk.services.opensearch with type arguments of type AssociatePackagesRequest.Builder Modifier and Type Method Description default CompletableFuture<AssociatePackagesResponse>OpenSearchAsyncClient. associatePackages(Consumer<AssociatePackagesRequest.Builder> associatePackagesRequest)Operation in the Amazon OpenSearch Service API for associating multiple packages with a domain simultaneously.default AssociatePackagesResponseOpenSearchClient. associatePackages(Consumer<AssociatePackagesRequest.Builder> associatePackagesRequest)Operation in the Amazon OpenSearch Service API for associating multiple packages with a domain simultaneously. -
Uses of AssociatePackagesRequest.Builder in software.amazon.awssdk.services.opensearch.model
Methods in software.amazon.awssdk.services.opensearch.model that return AssociatePackagesRequest.Builder Modifier and Type Method Description static AssociatePackagesRequest.BuilderAssociatePackagesRequest. builder()AssociatePackagesRequest.BuilderAssociatePackagesRequest.Builder. domainName(String domainName)Sets the value of the DomainName property for this object.AssociatePackagesRequest.BuilderAssociatePackagesRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)AssociatePackagesRequest.BuilderAssociatePackagesRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)AssociatePackagesRequest.BuilderAssociatePackagesRequest.Builder. packageList(Collection<PackageDetailsForAssociation> packageList)A list of packages and their prerequisites to be associated with a domain.AssociatePackagesRequest.BuilderAssociatePackagesRequest.Builder. packageList(Consumer<PackageDetailsForAssociation.Builder>... packageList)A list of packages and their prerequisites to be associated with a domain.AssociatePackagesRequest.BuilderAssociatePackagesRequest.Builder. packageList(PackageDetailsForAssociation... packageList)A list of packages and their prerequisites to be associated with a domain.AssociatePackagesRequest.BuilderAssociatePackagesRequest. toBuilder()Methods in software.amazon.awssdk.services.opensearch.model that return types with arguments of type AssociatePackagesRequest.Builder Modifier and Type Method Description static Class<? extends AssociatePackagesRequest.Builder>AssociatePackagesRequest. serializableBuilderClass()
-