| Package | Description |
|---|---|
| com.amazonaws.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.
|
| com.amazonaws.services.eks.model |
| Modifier and Type | Method and Description |
|---|---|
Future<AssociateEncryptionConfigResult> |
AbstractAmazonEKSAsync.associateEncryptionConfigAsync(AssociateEncryptionConfigRequest request,
AsyncHandler<AssociateEncryptionConfigRequest,AssociateEncryptionConfigResult> asyncHandler) |
Future<AssociateEncryptionConfigResult> |
AmazonEKSAsync.associateEncryptionConfigAsync(AssociateEncryptionConfigRequest associateEncryptionConfigRequest,
AsyncHandler<AssociateEncryptionConfigRequest,AssociateEncryptionConfigResult> asyncHandler)
Associate encryption configuration to an existing cluster.
|
Future<AssociateEncryptionConfigResult> |
AmazonEKSAsyncClient.associateEncryptionConfigAsync(AssociateEncryptionConfigRequest request,
AsyncHandler<AssociateEncryptionConfigRequest,AssociateEncryptionConfigResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
AssociateEncryptionConfigRequest |
AssociateEncryptionConfigRequest.clone() |
AssociateEncryptionConfigRequest |
AssociateEncryptionConfigRequest.withClientRequestToken(String clientRequestToken)
The client request token you are using with the encryption configuration.
|
AssociateEncryptionConfigRequest |
AssociateEncryptionConfigRequest.withClusterName(String clusterName)
The name of the cluster that you are associating with encryption configuration.
|
AssociateEncryptionConfigRequest |
AssociateEncryptionConfigRequest.withEncryptionConfig(Collection<EncryptionConfig> encryptionConfig)
The configuration you are using for encryption.
|
AssociateEncryptionConfigRequest |
AssociateEncryptionConfigRequest.withEncryptionConfig(EncryptionConfig... encryptionConfig)
The configuration you are using for encryption.
|
Copyright © 2021. All rights reserved.