Uses of Class
software.amazon.awssdk.services.elasticsearch.model.EBSOptions
-
Packages that use EBSOptions Package Description software.amazon.awssdk.services.elasticsearch.model -
-
Uses of EBSOptions in software.amazon.awssdk.services.elasticsearch.model
Methods in software.amazon.awssdk.services.elasticsearch.model that return EBSOptions Modifier and Type Method Description EBSOptionsCreateElasticsearchDomainRequest. ebsOptions()Options to enable, disable and specify the type and size of EBS storage volumes.EBSOptionsElasticsearchDomainStatus. ebsOptions()TheEBSOptionsfor the specified domain.EBSOptionsUpdateElasticsearchDomainConfigRequest. ebsOptions()Specify the type and size of the EBS volume that you want to use.EBSOptionsEBSOptionsStatus. options()Specifies the EBS options for the specified Elasticsearch domain.Methods in software.amazon.awssdk.services.elasticsearch.model with parameters of type EBSOptions Modifier and Type Method Description CreateElasticsearchDomainRequest.BuilderCreateElasticsearchDomainRequest.Builder. ebsOptions(EBSOptions ebsOptions)Options to enable, disable and specify the type and size of EBS storage volumes.ElasticsearchDomainStatus.BuilderElasticsearchDomainStatus.Builder. ebsOptions(EBSOptions ebsOptions)TheEBSOptionsfor the specified domain.UpdateElasticsearchDomainConfigRequest.BuilderUpdateElasticsearchDomainConfigRequest.Builder. ebsOptions(EBSOptions ebsOptions)Specify the type and size of the EBS volume that you want to use.EBSOptionsStatus.BuilderEBSOptionsStatus.Builder. options(EBSOptions options)Specifies the EBS options for the specified Elasticsearch domain.
-