| Package | Description |
|---|---|
| software.amazon.awssdk.services.eks |
Amazon Elastic Kubernetes Service (Amazon EKS) is a managed service that makes it easy for you to run Kubernetes on
AWS without needing to stand up or maintain your own Kubernetes control plane.
|
| software.amazon.awssdk.services.eks.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<AssociateEncryptionConfigResponse> |
EksAsyncClient.associateEncryptionConfig(Consumer<AssociateEncryptionConfigRequest.Builder> associateEncryptionConfigRequest)
Associate encryption configuration to an existing cluster.
|
default AssociateEncryptionConfigResponse |
EksClient.associateEncryptionConfig(Consumer<AssociateEncryptionConfigRequest.Builder> associateEncryptionConfigRequest)
Associate encryption configuration to an existing cluster.
|
| Modifier and Type | Method and Description |
|---|---|
static AssociateEncryptionConfigRequest.Builder |
AssociateEncryptionConfigRequest.builder() |
AssociateEncryptionConfigRequest.Builder |
AssociateEncryptionConfigRequest.Builder.clientRequestToken(String clientRequestToken)
The client request token you are using with the encryption configuration.
|
AssociateEncryptionConfigRequest.Builder |
AssociateEncryptionConfigRequest.Builder.clusterName(String clusterName)
The name of the cluster that you are associating with encryption configuration.
|
AssociateEncryptionConfigRequest.Builder |
AssociateEncryptionConfigRequest.Builder.encryptionConfig(Collection<EncryptionConfig> encryptionConfig)
The configuration you are using for encryption.
|
AssociateEncryptionConfigRequest.Builder |
AssociateEncryptionConfigRequest.Builder.encryptionConfig(Consumer<EncryptionConfig.Builder>... encryptionConfig)
The configuration you are using for encryption.
|
AssociateEncryptionConfigRequest.Builder |
AssociateEncryptionConfigRequest.Builder.encryptionConfig(EncryptionConfig... encryptionConfig)
The configuration you are using for encryption.
|
AssociateEncryptionConfigRequest.Builder |
AssociateEncryptionConfigRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
AssociateEncryptionConfigRequest.Builder |
AssociateEncryptionConfigRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
AssociateEncryptionConfigRequest.Builder |
AssociateEncryptionConfigRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AssociateEncryptionConfigRequest.Builder> |
AssociateEncryptionConfigRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.