| Package | Description |
|---|---|
| com.amazonaws.services.eks.model |
| Modifier and Type | Method and Description |
|---|---|
EncryptionConfig |
EncryptionConfig.clone() |
EncryptionConfig |
EncryptionConfig.withProvider(Provider provider)
AWS Key Management Service (AWS KMS) customer master key (CMK).
|
EncryptionConfig |
EncryptionConfig.withResources(Collection<String> resources)
Specifies the resources to be encrypted.
|
EncryptionConfig |
EncryptionConfig.withResources(String... resources)
Specifies the resources to be encrypted.
|
| Modifier and Type | Method and Description |
|---|---|
List<EncryptionConfig> |
AssociateEncryptionConfigRequest.getEncryptionConfig()
The configuration you are using for encryption.
|
List<EncryptionConfig> |
Cluster.getEncryptionConfig()
The encryption configuration for the cluster.
|
List<EncryptionConfig> |
CreateClusterRequest.getEncryptionConfig()
The encryption configuration for the cluster.
|
| Modifier and Type | Method and Description |
|---|---|
AssociateEncryptionConfigRequest |
AssociateEncryptionConfigRequest.withEncryptionConfig(EncryptionConfig... encryptionConfig)
The configuration you are using for encryption.
|
Cluster |
Cluster.withEncryptionConfig(EncryptionConfig... encryptionConfig)
The encryption configuration for the cluster.
|
CreateClusterRequest |
CreateClusterRequest.withEncryptionConfig(EncryptionConfig... encryptionConfig)
The encryption configuration for the cluster.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AssociateEncryptionConfigRequest.setEncryptionConfig(Collection<EncryptionConfig> encryptionConfig)
The configuration you are using for encryption.
|
void |
Cluster.setEncryptionConfig(Collection<EncryptionConfig> encryptionConfig)
The encryption configuration for the cluster.
|
void |
CreateClusterRequest.setEncryptionConfig(Collection<EncryptionConfig> encryptionConfig)
The encryption configuration for the cluster.
|
AssociateEncryptionConfigRequest |
AssociateEncryptionConfigRequest.withEncryptionConfig(Collection<EncryptionConfig> encryptionConfig)
The configuration you are using for encryption.
|
Cluster |
Cluster.withEncryptionConfig(Collection<EncryptionConfig> encryptionConfig)
The encryption configuration for the cluster.
|
CreateClusterRequest |
CreateClusterRequest.withEncryptionConfig(Collection<EncryptionConfig> encryptionConfig)
The encryption configuration for the cluster.
|
Copyright © 2021. All rights reserved.