Uses of Class
com.amazonaws.services.elasticsearch.model.SnapshotOptionsStatus
Packages that use SnapshotOptionsStatus
-
Uses of SnapshotOptionsStatus in com.amazonaws.services.elasticsearch.model
Methods in com.amazonaws.services.elasticsearch.model that return SnapshotOptionsStatusModifier and TypeMethodDescriptionSnapshotOptionsStatus.clone()
ElasticsearchDomainConfig.getSnapshotOptions()
Specifies theSnapshotOptions
for the Elasticsearch domain.SnapshotOptionsStatus.withOptions
(SnapshotOptions options) Specifies the daily snapshot options specified for the Elasticsearch domain.SnapshotOptionsStatus.withStatus
(OptionStatus status) Specifies the status of a daily automated snapshot.Methods in com.amazonaws.services.elasticsearch.model with parameters of type SnapshotOptionsStatusModifier and TypeMethodDescriptionvoid
ElasticsearchDomainConfig.setSnapshotOptions
(SnapshotOptionsStatus snapshotOptions) Specifies theSnapshotOptions
for the Elasticsearch domain.ElasticsearchDomainConfig.withSnapshotOptions
(SnapshotOptionsStatus snapshotOptions) Specifies theSnapshotOptions
for the Elasticsearch domain.