Package | Description |
---|---|
com.amazonaws.services.elasticsearch.model |
Modifier and Type | Method and Description |
---|---|
NodeToNodeEncryptionOptions |
NodeToNodeEncryptionOptions.clone() |
NodeToNodeEncryptionOptions |
CreateElasticsearchDomainRequest.getNodeToNodeEncryptionOptions()
Specifies the NodeToNodeEncryptionOptions.
|
NodeToNodeEncryptionOptions |
ElasticsearchDomainStatus.getNodeToNodeEncryptionOptions()
Specifies the status of the
NodeToNodeEncryptionOptions . |
NodeToNodeEncryptionOptions |
UpdateElasticsearchDomainConfigRequest.getNodeToNodeEncryptionOptions()
Specifies the NodeToNodeEncryptionOptions.
|
NodeToNodeEncryptionOptions |
NodeToNodeEncryptionOptionsStatus.getOptions()
Specifies the node-to-node encryption options for the specified Elasticsearch domain.
|
NodeToNodeEncryptionOptions |
NodeToNodeEncryptionOptions.withEnabled(Boolean enabled)
Specify true to enable node-to-node encryption.
|
Modifier and Type | Method and Description |
---|---|
void |
CreateElasticsearchDomainRequest.setNodeToNodeEncryptionOptions(NodeToNodeEncryptionOptions nodeToNodeEncryptionOptions)
Specifies the NodeToNodeEncryptionOptions.
|
void |
ElasticsearchDomainStatus.setNodeToNodeEncryptionOptions(NodeToNodeEncryptionOptions nodeToNodeEncryptionOptions)
Specifies the status of the
NodeToNodeEncryptionOptions . |
void |
UpdateElasticsearchDomainConfigRequest.setNodeToNodeEncryptionOptions(NodeToNodeEncryptionOptions nodeToNodeEncryptionOptions)
Specifies the NodeToNodeEncryptionOptions.
|
void |
NodeToNodeEncryptionOptionsStatus.setOptions(NodeToNodeEncryptionOptions options)
Specifies the node-to-node encryption options for the specified Elasticsearch domain.
|
CreateElasticsearchDomainRequest |
CreateElasticsearchDomainRequest.withNodeToNodeEncryptionOptions(NodeToNodeEncryptionOptions nodeToNodeEncryptionOptions)
Specifies the NodeToNodeEncryptionOptions.
|
ElasticsearchDomainStatus |
ElasticsearchDomainStatus.withNodeToNodeEncryptionOptions(NodeToNodeEncryptionOptions nodeToNodeEncryptionOptions)
Specifies the status of the
NodeToNodeEncryptionOptions . |
UpdateElasticsearchDomainConfigRequest |
UpdateElasticsearchDomainConfigRequest.withNodeToNodeEncryptionOptions(NodeToNodeEncryptionOptions nodeToNodeEncryptionOptions)
Specifies the NodeToNodeEncryptionOptions.
|
NodeToNodeEncryptionOptionsStatus |
NodeToNodeEncryptionOptionsStatus.withOptions(NodeToNodeEncryptionOptions options)
Specifies the node-to-node encryption options for the specified Elasticsearch domain.
|
Copyright © 2021. All rights reserved.