Uses of Class
software.amazon.awssdk.services.opensearch.model.EBSOptions
-
Packages that use EBSOptions Package Description software.amazon.awssdk.services.opensearch.model -
-
Uses of EBSOptions in software.amazon.awssdk.services.opensearch.model
Methods in software.amazon.awssdk.services.opensearch.model that return EBSOptions Modifier and Type Method Description EBSOptionsCreateDomainRequest. ebsOptions()Container for the parameters required to enable EBS-based storage for an OpenSearch Service domain.EBSOptionsDomainStatus. ebsOptions()Container for EBS-based storage settings for the domain.EBSOptionsUpdateDomainConfigRequest. ebsOptions()The type and size of the EBS volume to attach to instances in the domain.EBSOptionsEBSOptionsStatus. options()The configured EBS options for the specified domain.Methods in software.amazon.awssdk.services.opensearch.model with parameters of type EBSOptions Modifier and Type Method Description CreateDomainRequest.BuilderCreateDomainRequest.Builder. ebsOptions(EBSOptions ebsOptions)Container for the parameters required to enable EBS-based storage for an OpenSearch Service domain.DomainStatus.BuilderDomainStatus.Builder. ebsOptions(EBSOptions ebsOptions)Container for EBS-based storage settings for the domain.UpdateDomainConfigRequest.BuilderUpdateDomainConfigRequest.Builder. ebsOptions(EBSOptions ebsOptions)The type and size of the EBS volume to attach to instances in the domain.EBSOptionsStatus.BuilderEBSOptionsStatus.Builder. options(EBSOptions options)The configured EBS options for the specified domain.
-