Package | Description |
---|---|
com.amazonaws.services.elasticsearch.model | |
com.amazonaws.services.elasticsearch.model.transform |
Modifier and Type | Field and Description |
---|---|
private OptionStatus |
SnapshotOptionsStatus.status
Specifies the status of a daily automated snapshot.
|
private OptionStatus |
ElasticsearchClusterConfigStatus.status
Specifies the status of the configuration for the specified Elasticsearch
domain.
|
private OptionStatus |
EBSOptionsStatus.status
Specifies the status of the EBS options for the specified Elasticsearch
domain.
|
private OptionStatus |
AdvancedOptionsStatus.status
Specifies the status of
OptionStatus for advanced options
for the specified Elasticsearch domain. |
private OptionStatus |
AccessPoliciesStatus.status
The status of the access policy for the Elasticsearch domain.
|
Modifier and Type | Method and Description |
---|---|
OptionStatus |
OptionStatus.clone() |
OptionStatus |
SnapshotOptionsStatus.getStatus()
Specifies the status of a daily automated snapshot.
|
OptionStatus |
ElasticsearchClusterConfigStatus.getStatus()
Specifies the status of the configuration for the specified Elasticsearch
domain.
|
OptionStatus |
EBSOptionsStatus.getStatus()
Specifies the status of the EBS options for the specified Elasticsearch
domain.
|
OptionStatus |
AdvancedOptionsStatus.getStatus()
Specifies the status of
OptionStatus for advanced options
for the specified Elasticsearch domain. |
OptionStatus |
AccessPoliciesStatus.getStatus()
The status of the access policy for the Elasticsearch domain.
|
OptionStatus |
OptionStatus.withCreationDate(java.util.Date creationDate)
Timestamp which tells the creation date for the entity.
|
OptionStatus |
OptionStatus.withPendingDeletion(java.lang.Boolean pendingDeletion)
Indicates whether the Elasticsearch domain is being deleted.
|
OptionStatus |
OptionStatus.withState(OptionState state)
Provides the
OptionState for the Elasticsearch domain. |
OptionStatus |
OptionStatus.withState(java.lang.String state)
Provides the
OptionState for the Elasticsearch domain. |
OptionStatus |
OptionStatus.withUpdateDate(java.util.Date updateDate)
Timestamp which tells the last updated time for the entity.
|
OptionStatus |
OptionStatus.withUpdateVersion(java.lang.Integer updateVersion)
Specifies the latest version for the entity.
|
Modifier and Type | Method and Description |
---|---|
void |
SnapshotOptionsStatus.setStatus(OptionStatus status)
Specifies the status of a daily automated snapshot.
|
void |
ElasticsearchClusterConfigStatus.setStatus(OptionStatus status)
Specifies the status of the configuration for the specified Elasticsearch
domain.
|
void |
EBSOptionsStatus.setStatus(OptionStatus status)
Specifies the status of the EBS options for the specified Elasticsearch
domain.
|
void |
AdvancedOptionsStatus.setStatus(OptionStatus status)
Specifies the status of
OptionStatus for advanced options
for the specified Elasticsearch domain. |
void |
AccessPoliciesStatus.setStatus(OptionStatus status)
The status of the access policy for the Elasticsearch domain.
|
SnapshotOptionsStatus |
SnapshotOptionsStatus.withStatus(OptionStatus status)
Specifies the status of a daily automated snapshot.
|
ElasticsearchClusterConfigStatus |
ElasticsearchClusterConfigStatus.withStatus(OptionStatus status)
Specifies the status of the configuration for the specified Elasticsearch
domain.
|
EBSOptionsStatus |
EBSOptionsStatus.withStatus(OptionStatus status)
Specifies the status of the EBS options for the specified Elasticsearch
domain.
|
AdvancedOptionsStatus |
AdvancedOptionsStatus.withStatus(OptionStatus status)
Specifies the status of
OptionStatus for advanced options
for the specified Elasticsearch domain. |
AccessPoliciesStatus |
AccessPoliciesStatus.withStatus(OptionStatus status)
The status of the access policy for the Elasticsearch domain.
|
Modifier and Type | Method and Description |
---|---|
OptionStatus |
OptionStatusJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
OptionStatusJsonMarshaller.marshall(OptionStatus optionStatus,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|