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 theSnapshotOptionsUpdateElasticsearchDomainConfigRequest.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 TypeMethodDescriptionvoidSnapshotOptionsStatus.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.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 theSnapshotOptionsUpdateElasticsearchDomainConfigRequest.withSnapshotOptions(SnapshotOptions snapshotOptions) Option to set the time, in UTC format, for the daily automated snapshot.