Uses of Class
software.amazon.awssdk.services.elasticsearch.model.SnapshotOptions
-
Packages that use SnapshotOptions Package Description software.amazon.awssdk.services.elasticsearch.model -
-
Uses of SnapshotOptions in software.amazon.awssdk.services.elasticsearch.model
Methods in software.amazon.awssdk.services.elasticsearch.model that return SnapshotOptions Modifier and Type Method Description SnapshotOptionsSnapshotOptionsStatus. options()Specifies the daily snapshot options specified for the Elasticsearch domain.SnapshotOptionsCreateElasticsearchDomainRequest. snapshotOptions()Option to set time, in UTC format, of the daily automated snapshot.SnapshotOptionsElasticsearchDomainStatus. snapshotOptions()Specifies the status of theSnapshotOptionsSnapshotOptionsUpdateElasticsearchDomainConfigRequest. snapshotOptions()Option to set the time, in UTC format, for the daily automated snapshot.Methods in software.amazon.awssdk.services.elasticsearch.model with parameters of type SnapshotOptions Modifier and Type Method Description SnapshotOptionsStatus.BuilderSnapshotOptionsStatus.Builder. options(SnapshotOptions options)Specifies the daily snapshot options specified for the Elasticsearch domain.CreateElasticsearchDomainRequest.BuilderCreateElasticsearchDomainRequest.Builder. snapshotOptions(SnapshotOptions snapshotOptions)Option to set time, in UTC format, of the daily automated snapshot.ElasticsearchDomainStatus.BuilderElasticsearchDomainStatus.Builder. snapshotOptions(SnapshotOptions snapshotOptions)Specifies the status of theSnapshotOptionsUpdateElasticsearchDomainConfigRequest.BuilderUpdateElasticsearchDomainConfigRequest.Builder. snapshotOptions(SnapshotOptions snapshotOptions)Option to set the time, in UTC format, for the daily automated snapshot.
-