Uses of Class
com.amazonaws.services.elasticsearch.model.SnapshotOptions
-
Packages that use SnapshotOptions Package Description com.amazonaws.services.elasticsearch.model -
-
Uses of SnapshotOptions in com.amazonaws.services.elasticsearch.model
Methods in com.amazonaws.services.elasticsearch.model that return SnapshotOptions Modifier and Type Method Description SnapshotOptionsSnapshotOptions. clone()SnapshotOptionsSnapshotOptionsStatus. getOptions()Specifies the daily snapshot options specified for the Elasticsearch domain.SnapshotOptionsCreateElasticsearchDomainRequest. getSnapshotOptions()Option to set time, in UTC format, of the daily automated snapshot.SnapshotOptionsElasticsearchDomainStatus. getSnapshotOptions()Specifies the status of theSnapshotOptionsSnapshotOptionsUpdateElasticsearchDomainConfigRequest. getSnapshotOptions()Option to set the time, in UTC format, for the daily automated snapshot.SnapshotOptionsSnapshotOptions. withAutomatedSnapshotStartHour(Integer automatedSnapshotStartHour)Specifies the time, in UTC format, when the service takes a daily automated snapshot of the specified Elasticsearch domain.Methods in com.amazonaws.services.elasticsearch.model with parameters of type SnapshotOptions Modifier and Type Method Description voidSnapshotOptionsStatus. setOptions(SnapshotOptions options)Specifies the daily snapshot options specified for the Elasticsearch domain.voidCreateElasticsearchDomainRequest. setSnapshotOptions(SnapshotOptions snapshotOptions)Option to set time, in UTC format, of the daily automated snapshot.voidElasticsearchDomainStatus. setSnapshotOptions(SnapshotOptions snapshotOptions)Specifies the status of theSnapshotOptionsvoidUpdateElasticsearchDomainConfigRequest. setSnapshotOptions(SnapshotOptions snapshotOptions)Option to set the time, in UTC format, for the daily automated snapshot.SnapshotOptionsStatusSnapshotOptionsStatus. withOptions(SnapshotOptions options)Specifies the daily snapshot options specified for the Elasticsearch domain.CreateElasticsearchDomainRequestCreateElasticsearchDomainRequest. withSnapshotOptions(SnapshotOptions snapshotOptions)Option to set time, in UTC format, of the daily automated snapshot.ElasticsearchDomainStatusElasticsearchDomainStatus. withSnapshotOptions(SnapshotOptions snapshotOptions)Specifies the status of theSnapshotOptionsUpdateElasticsearchDomainConfigRequestUpdateElasticsearchDomainConfigRequest. withSnapshotOptions(SnapshotOptions snapshotOptions)Option to set the time, in UTC format, for the daily automated snapshot.
-