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 SnapshotOptionsStatusSnapshotOptionsStatus. clone()SnapshotOptionsStatusElasticsearchDomainConfig. getSnapshotOptions()Specifies theSnapshotOptionsfor the Elasticsearch domain.SnapshotOptionsStatusSnapshotOptionsStatus. withOptions(SnapshotOptions options)Specifies the daily snapshot options specified for the Elasticsearch domain.SnapshotOptionsStatusSnapshotOptionsStatus. 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 voidElasticsearchDomainConfig. setSnapshotOptions(SnapshotOptionsStatus snapshotOptions)Specifies theSnapshotOptionsfor the Elasticsearch domain.ElasticsearchDomainConfigElasticsearchDomainConfig. withSnapshotOptions(SnapshotOptionsStatus snapshotOptions)Specifies theSnapshotOptionsfor the Elasticsearch domain.
-