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 SnapshotOptions
SnapshotOptions. clone()
SnapshotOptions
SnapshotOptionsStatus. getOptions()
Specifies the daily snapshot options specified for the Elasticsearch domain.SnapshotOptions
CreateElasticsearchDomainRequest. getSnapshotOptions()
Option to set time, in UTC format, of the daily automated snapshot.SnapshotOptions
ElasticsearchDomainStatus. getSnapshotOptions()
Specifies the status of theSnapshotOptions
SnapshotOptions
UpdateElasticsearchDomainConfigRequest. getSnapshotOptions()
Option to set the time, in UTC format, for the daily automated snapshot.SnapshotOptions
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 SnapshotOptions Modifier and Type Method Description void
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
SnapshotOptionsStatus. withOptions(SnapshotOptions options)
Specifies the daily snapshot options specified for the Elasticsearch domain.CreateElasticsearchDomainRequest
CreateElasticsearchDomainRequest. withSnapshotOptions(SnapshotOptions snapshotOptions)
Option to set time, in UTC format, of the daily automated snapshot.ElasticsearchDomainStatus
ElasticsearchDomainStatus. withSnapshotOptions(SnapshotOptions snapshotOptions)
Specifies the status of theSnapshotOptions
UpdateElasticsearchDomainConfigRequest
UpdateElasticsearchDomainConfigRequest. withSnapshotOptions(SnapshotOptions snapshotOptions)
Option to set the time, in UTC format, for the daily automated snapshot.
-