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