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 OptionStatusOptionStatus. clone()OptionStatusAccessPoliciesStatus. getStatus()The status of the access policy for the Elasticsearch domain.OptionStatusAdvancedOptionsStatus. getStatus()Specifies the status ofOptionStatusfor advanced options for the specified Elasticsearch domain.OptionStatusEBSOptionsStatus. getStatus()Specifies the status of the EBS options for the specified Elasticsearch domain.OptionStatusElasticsearchClusterConfigStatus. getStatus()Specifies the status of the configuration for the specified Elasticsearch domain.OptionStatusSnapshotOptionsStatus. getStatus()Specifies the status of a daily automated snapshot.OptionStatusOptionStatus. withCreationDate(Date creationDate)Timestamp which tells the creation date for the entity.OptionStatusOptionStatus. withPendingDeletion(Boolean pendingDeletion)Indicates whether the Elasticsearch domain is being deleted.OptionStatusOptionStatus. withState(OptionState state)Provides theOptionStatefor the Elasticsearch domain.OptionStatusOptionStatus. withState(String state)Provides theOptionStatefor the Elasticsearch domain.OptionStatusOptionStatus. withUpdateDate(Date updateDate)Timestamp which tells the last updated time for the entity.OptionStatusOptionStatus. 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 voidAccessPoliciesStatus. setStatus(OptionStatus status)The status of the access policy for the Elasticsearch domain.voidAdvancedOptionsStatus. setStatus(OptionStatus status)Specifies the status ofOptionStatusfor advanced options for the specified Elasticsearch domain.voidEBSOptionsStatus. setStatus(OptionStatus status)Specifies the status of the EBS options for the specified Elasticsearch domain.voidElasticsearchClusterConfigStatus. setStatus(OptionStatus status)Specifies the status of the configuration for the specified Elasticsearch domain.voidSnapshotOptionsStatus. setStatus(OptionStatus status)Specifies the status of a daily automated snapshot.AccessPoliciesStatusAccessPoliciesStatus. withStatus(OptionStatus status)The status of the access policy for the Elasticsearch domain.AdvancedOptionsStatusAdvancedOptionsStatus. withStatus(OptionStatus status)Specifies the status ofOptionStatusfor advanced options for the specified Elasticsearch domain.EBSOptionsStatusEBSOptionsStatus. withStatus(OptionStatus status)Specifies the status of the EBS options for the specified Elasticsearch domain.ElasticsearchClusterConfigStatusElasticsearchClusterConfigStatus. withStatus(OptionStatus status)Specifies the status of the configuration for the specified Elasticsearch domain.SnapshotOptionsStatusSnapshotOptionsStatus. withStatus(OptionStatus status)Specifies the status of a daily automated snapshot.
-