Package | Description |
---|---|
com.amazonaws.services.elasticsearch.model | |
com.amazonaws.services.elasticsearch.model.transform |
Modifier and Type | Field and Description |
---|---|
private EBSOptionsStatus |
ElasticsearchDomainConfig.eBSOptions
Specifies the
EBSOptions for the Elasticsearch domain. |
Modifier and Type | Method and Description |
---|---|
EBSOptionsStatus |
EBSOptionsStatus.clone() |
EBSOptionsStatus |
ElasticsearchDomainConfig.getEBSOptions()
Specifies the
EBSOptions for the Elasticsearch domain. |
EBSOptionsStatus |
EBSOptionsStatus.withOptions(EBSOptions options)
Specifies the EBS options for the specified Elasticsearch domain.
|
EBSOptionsStatus |
EBSOptionsStatus.withStatus(OptionStatus status)
Specifies the status of the EBS options for the specified Elasticsearch
domain.
|
Modifier and Type | Method and Description |
---|---|
void |
ElasticsearchDomainConfig.setEBSOptions(EBSOptionsStatus eBSOptions)
Specifies the
EBSOptions for the Elasticsearch domain. |
ElasticsearchDomainConfig |
ElasticsearchDomainConfig.withEBSOptions(EBSOptionsStatus eBSOptions)
Specifies the
EBSOptions for the Elasticsearch domain. |
Modifier and Type | Method and Description |
---|---|
EBSOptionsStatus |
EBSOptionsStatusJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
EBSOptionsStatusJsonMarshaller.marshall(EBSOptionsStatus eBSOptionsStatus,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|