Uses of Class
com.amazonaws.services.elasticsearch.model.OptionStatus
Packages that use OptionStatus
-
Uses of OptionStatus in com.amazonaws.services.elasticsearch.model
Methods in com.amazonaws.services.elasticsearch.model that return OptionStatusModifier and TypeMethodDescriptionOptionStatus.clone()
AccessPoliciesStatus.getStatus()
The status of the access policy for the Elasticsearch domain.AdvancedOptionsStatus.getStatus()
Specifies the status ofOptionStatus
for advanced options for the specified Elasticsearch domain.EBSOptionsStatus.getStatus()
Specifies the status of the EBS options for the specified Elasticsearch domain.ElasticsearchClusterConfigStatus.getStatus()
Specifies the status of the configuration for the specified Elasticsearch domain.SnapshotOptionsStatus.getStatus()
Specifies the status of a daily automated snapshot.OptionStatus.withCreationDate
(Date creationDate) Timestamp which tells the creation date for the entity.OptionStatus.withPendingDeletion
(Boolean pendingDeletion) Indicates whether the Elasticsearch domain is being deleted.OptionStatus.withState
(OptionState state) Provides theOptionState
for the Elasticsearch domain.Provides theOptionState
for the Elasticsearch domain.OptionStatus.withUpdateDate
(Date updateDate) Timestamp which tells the last updated time for the entity.OptionStatus.withUpdateVersion
(Integer updateVersion) Specifies the latest version for the entity.Methods in com.amazonaws.services.elasticsearch.model with parameters of type OptionStatusModifier and TypeMethodDescriptionvoid
AccessPoliciesStatus.setStatus
(OptionStatus status) The status of the access policy for the Elasticsearch domain.void
AdvancedOptionsStatus.setStatus
(OptionStatus status) Specifies the status ofOptionStatus
for advanced options for the specified Elasticsearch domain.void
EBSOptionsStatus.setStatus
(OptionStatus status) Specifies the status of the EBS options for the specified Elasticsearch domain.void
ElasticsearchClusterConfigStatus.setStatus
(OptionStatus status) Specifies the status of the configuration for the specified Elasticsearch domain.void
SnapshotOptionsStatus.setStatus
(OptionStatus status) Specifies the status of a daily automated snapshot.AccessPoliciesStatus.withStatus
(OptionStatus status) The status of the access policy for the Elasticsearch domain.AdvancedOptionsStatus.withStatus
(OptionStatus status) Specifies the status ofOptionStatus
for advanced options for the specified Elasticsearch domain.EBSOptionsStatus.withStatus
(OptionStatus status) Specifies the status of the EBS options for the specified Elasticsearch domain.ElasticsearchClusterConfigStatus.withStatus
(OptionStatus status) Specifies the status of the configuration for the specified Elasticsearch domain.SnapshotOptionsStatus.withStatus
(OptionStatus status) Specifies the status of a daily automated snapshot.