Uses of Class
software.amazon.awssdk.services.elasticsearch.model.NodeToNodeEncryptionOptions
-
Packages that use NodeToNodeEncryptionOptions Package Description software.amazon.awssdk.services.elasticsearch.model -
-
Uses of NodeToNodeEncryptionOptions in software.amazon.awssdk.services.elasticsearch.model
Methods in software.amazon.awssdk.services.elasticsearch.model that return NodeToNodeEncryptionOptions Modifier and Type Method Description NodeToNodeEncryptionOptions
CreateElasticsearchDomainRequest. nodeToNodeEncryptionOptions()
Specifies the NodeToNodeEncryptionOptions.NodeToNodeEncryptionOptions
ElasticsearchDomainStatus. nodeToNodeEncryptionOptions()
Specifies the status of theNodeToNodeEncryptionOptions
.NodeToNodeEncryptionOptions
UpdateElasticsearchDomainConfigRequest. nodeToNodeEncryptionOptions()
Specifies the NodeToNodeEncryptionOptions.NodeToNodeEncryptionOptions
NodeToNodeEncryptionOptionsStatus. options()
Specifies the node-to-node encryption options for the specified Elasticsearch domain.Methods in software.amazon.awssdk.services.elasticsearch.model with parameters of type NodeToNodeEncryptionOptions Modifier and Type Method Description CreateElasticsearchDomainRequest.Builder
CreateElasticsearchDomainRequest.Builder. nodeToNodeEncryptionOptions(NodeToNodeEncryptionOptions nodeToNodeEncryptionOptions)
Specifies the NodeToNodeEncryptionOptions.ElasticsearchDomainStatus.Builder
ElasticsearchDomainStatus.Builder. nodeToNodeEncryptionOptions(NodeToNodeEncryptionOptions nodeToNodeEncryptionOptions)
Specifies the status of theNodeToNodeEncryptionOptions
.UpdateElasticsearchDomainConfigRequest.Builder
UpdateElasticsearchDomainConfigRequest.Builder. nodeToNodeEncryptionOptions(NodeToNodeEncryptionOptions nodeToNodeEncryptionOptions)
Specifies the NodeToNodeEncryptionOptions.NodeToNodeEncryptionOptionsStatus.Builder
NodeToNodeEncryptionOptionsStatus.Builder. options(NodeToNodeEncryptionOptions options)
Specifies the node-to-node encryption options for the specified Elasticsearch domain.
-