Uses of Interface
software.amazon.awssdk.services.elasticsearch.model.DissociatePackageRequest.Builder
-
Packages that use DissociatePackageRequest.Builder Package Description software.amazon.awssdk.services.elasticsearch Amazon Elasticsearch Configuration Service software.amazon.awssdk.services.elasticsearch.model -
-
Uses of DissociatePackageRequest.Builder in software.amazon.awssdk.services.elasticsearch
Method parameters in software.amazon.awssdk.services.elasticsearch with type arguments of type DissociatePackageRequest.Builder Modifier and Type Method Description default CompletableFuture<DissociatePackageResponse>ElasticsearchAsyncClient. dissociatePackage(Consumer<DissociatePackageRequest.Builder> dissociatePackageRequest)Dissociates a package from the Amazon ES domain.default DissociatePackageResponseElasticsearchClient. dissociatePackage(Consumer<DissociatePackageRequest.Builder> dissociatePackageRequest)Dissociates a package from the Amazon ES domain. -
Uses of DissociatePackageRequest.Builder in software.amazon.awssdk.services.elasticsearch.model
Methods in software.amazon.awssdk.services.elasticsearch.model that return DissociatePackageRequest.Builder Modifier and Type Method Description static DissociatePackageRequest.BuilderDissociatePackageRequest. builder()DissociatePackageRequest.BuilderDissociatePackageRequest.Builder. domainName(String domainName)Name of the domain that you want to associate the package with.DissociatePackageRequest.BuilderDissociatePackageRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DissociatePackageRequest.BuilderDissociatePackageRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DissociatePackageRequest.BuilderDissociatePackageRequest.Builder. packageID(String packageID)Internal ID of the package that you want to associate with a domain.DissociatePackageRequest.BuilderDissociatePackageRequest. toBuilder()Methods in software.amazon.awssdk.services.elasticsearch.model that return types with arguments of type DissociatePackageRequest.Builder Modifier and Type Method Description static Class<? extends DissociatePackageRequest.Builder>DissociatePackageRequest. serializableBuilderClass()
-