Package | Description |
---|---|
com.amazonaws.services.elasticsearch.model |
Modifier and Type | Method and Description |
---|---|
OptionStatus |
OptionStatus.clone() |
OptionStatus |
ElasticsearchVersionStatus.getStatus()
Specifies the status of the Elasticsearch version options for the specified Elasticsearch domain.
|
OptionStatus |
LogPublishingOptionsStatus.getStatus()
The status of the log publishing options for the Elasticsearch domain.
|
OptionStatus |
AccessPoliciesStatus.getStatus()
The status of the access policy for the Elasticsearch domain.
|
OptionStatus |
VPCDerivedInfoStatus.getStatus()
Specifies the status of the VPC options for the specified Elasticsearch domain.
|
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 |
EncryptionAtRestOptionsStatus.getStatus()
Specifies the status of the Encryption At Rest options for the specified Elasticsearch domain.
|
OptionStatus |
AdvancedOptionsStatus.getStatus()
Specifies the status of
OptionStatus for advanced options for the specified Elasticsearch domain. |
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 the
OptionState for the Elasticsearch domain. |
OptionStatus |
OptionStatus.withState(String state)
Provides the
OptionState 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.
|
Modifier and Type | Method and Description |
---|---|
void |
ElasticsearchVersionStatus.setStatus(OptionStatus status)
Specifies the status of the Elasticsearch version options for the specified Elasticsearch domain.
|
void |
LogPublishingOptionsStatus.setStatus(OptionStatus status)
The status of the log publishing options for the Elasticsearch domain.
|
void |
AccessPoliciesStatus.setStatus(OptionStatus status)
The status of the access policy for the Elasticsearch domain.
|
void |
VPCDerivedInfoStatus.setStatus(OptionStatus status)
Specifies the status of the VPC options for the specified Elasticsearch domain.
|
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 |
EncryptionAtRestOptionsStatus.setStatus(OptionStatus status)
Specifies the status of the Encryption At Rest options for the specified Elasticsearch domain.
|
void |
AdvancedOptionsStatus.setStatus(OptionStatus status)
Specifies the status of
OptionStatus for advanced options for the specified Elasticsearch domain. |
ElasticsearchVersionStatus |
ElasticsearchVersionStatus.withStatus(OptionStatus status)
Specifies the status of the Elasticsearch version options for the specified Elasticsearch domain.
|
LogPublishingOptionsStatus |
LogPublishingOptionsStatus.withStatus(OptionStatus status)
The status of the log publishing options for the Elasticsearch domain.
|
AccessPoliciesStatus |
AccessPoliciesStatus.withStatus(OptionStatus status)
The status of the access policy for the Elasticsearch domain.
|
VPCDerivedInfoStatus |
VPCDerivedInfoStatus.withStatus(OptionStatus status)
Specifies the status of the VPC options for the specified 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.
|
EncryptionAtRestOptionsStatus |
EncryptionAtRestOptionsStatus.withStatus(OptionStatus status)
Specifies the status of the Encryption At Rest options for the specified Elasticsearch domain.
|
AdvancedOptionsStatus |
AdvancedOptionsStatus.withStatus(OptionStatus status)
Specifies the status of
OptionStatus for advanced options for the specified Elasticsearch domain. |
Copyright © 2018. All rights reserved.