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