| Package | Description |
|---|---|
| software.amazon.awssdk.services.eks.model |
| Modifier and Type | Method and Description |
|---|---|
List<EncryptionConfig> |
CreateClusterRequest.encryptionConfig()
The encryption configuration for the cluster.
|
List<EncryptionConfig> |
AssociateEncryptionConfigRequest.encryptionConfig()
The configuration you are using for encryption.
|
List<EncryptionConfig> |
Cluster.encryptionConfig()
The encryption configuration for the cluster.
|
| Modifier and Type | Method and Description |
|---|---|
CreateClusterRequest.Builder |
CreateClusterRequest.Builder.encryptionConfig(EncryptionConfig... encryptionConfig)
The encryption configuration for the cluster.
|
AssociateEncryptionConfigRequest.Builder |
AssociateEncryptionConfigRequest.Builder.encryptionConfig(EncryptionConfig... encryptionConfig)
The configuration you are using for encryption.
|
Cluster.Builder |
Cluster.Builder.encryptionConfig(EncryptionConfig... encryptionConfig)
The encryption configuration for the cluster.
|
| Modifier and Type | Method and Description |
|---|---|
CreateClusterRequest.Builder |
CreateClusterRequest.Builder.encryptionConfig(Collection<EncryptionConfig> encryptionConfig)
The encryption configuration for the cluster.
|
AssociateEncryptionConfigRequest.Builder |
AssociateEncryptionConfigRequest.Builder.encryptionConfig(Collection<EncryptionConfig> encryptionConfig)
The configuration you are using for encryption.
|
Cluster.Builder |
Cluster.Builder.encryptionConfig(Collection<EncryptionConfig> encryptionConfig)
The encryption configuration for the cluster.
|
Copyright © 2021. All rights reserved.