Uses of Class
com.amazonaws.services.elasticsearch.model.SnapshotOptions
Packages that use SnapshotOptions
-
Uses of SnapshotOptions in com.amazonaws.services.elasticsearch.model
Methods in com.amazonaws.services.elasticsearch.model that return SnapshotOptionsModifier and TypeMethodDescriptionSnapshotOptions.clone()
SnapshotOptionsStatus.getOptions()
Specifies the daily snapshot options specified for the Elasticsearch domain.CreateElasticsearchDomainRequest.getSnapshotOptions()
Option to set time, in UTC format, of the daily automated snapshot.ElasticsearchDomainStatus.getSnapshotOptions()
Specifies the status of theSnapshotOptions
UpdateElasticsearchDomainConfigRequest.getSnapshotOptions()
Option to set the time, in UTC format, for the daily automated snapshot.SnapshotOptions.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 SnapshotOptionsModifier and TypeMethodDescriptionvoid
SnapshotOptionsStatus.setOptions
(SnapshotOptions options) Specifies the daily snapshot options specified for the Elasticsearch domain.void
CreateElasticsearchDomainRequest.setSnapshotOptions
(SnapshotOptions snapshotOptions) Option to set time, in UTC format, of the daily automated snapshot.void
ElasticsearchDomainStatus.setSnapshotOptions
(SnapshotOptions snapshotOptions) Specifies the status of theSnapshotOptions
void
UpdateElasticsearchDomainConfigRequest.setSnapshotOptions
(SnapshotOptions snapshotOptions) Option to set the time, in UTC format, for the daily automated snapshot.SnapshotOptionsStatus.withOptions
(SnapshotOptions options) Specifies the daily snapshot options specified for the Elasticsearch domain.CreateElasticsearchDomainRequest.withSnapshotOptions
(SnapshotOptions snapshotOptions) Option to set time, in UTC format, of the daily automated snapshot.ElasticsearchDomainStatus.withSnapshotOptions
(SnapshotOptions snapshotOptions) Specifies the status of theSnapshotOptions
UpdateElasticsearchDomainConfigRequest.withSnapshotOptions
(SnapshotOptions snapshotOptions) Option to set the time, in UTC format, for the daily automated snapshot.