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 theSnapshotOptionsfor 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 TypeMethodDescriptionvoidElasticsearchDomainConfig.setSnapshotOptions(SnapshotOptionsStatus snapshotOptions) Specifies theSnapshotOptionsfor the Elasticsearch domain.ElasticsearchDomainConfig.withSnapshotOptions(SnapshotOptionsStatus snapshotOptions) Specifies theSnapshotOptionsfor the Elasticsearch domain.