| 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
Amazon Web Services without needing to setup or maintain your own Kubernetes control plane.
|
| com.amazonaws.services.eks.model |
| Modifier and Type | Method and Description |
|---|---|
Future<AssociateEncryptionConfigResult> |
AmazonEKSAsyncClient.associateEncryptionConfigAsync(AssociateEncryptionConfigRequest request,
AsyncHandler<AssociateEncryptionConfigRequest,AssociateEncryptionConfigResult> asyncHandler) |
Future<AssociateEncryptionConfigResult> |
AbstractAmazonEKSAsync.associateEncryptionConfigAsync(AssociateEncryptionConfigRequest request,
AsyncHandler<AssociateEncryptionConfigRequest,AssociateEncryptionConfigResult> asyncHandler) |
Future<AssociateEncryptionConfigResult> |
AmazonEKSAsync.associateEncryptionConfigAsync(AssociateEncryptionConfigRequest associateEncryptionConfigRequest,
AsyncHandler<AssociateEncryptionConfigRequest,AssociateEncryptionConfigResult> asyncHandler)
Associates an encryption configuration to an existing cluster.
|
| Modifier and Type | Method and Description |
|---|---|
AssociateEncryptionConfigRequest |
AssociateEncryptionConfigRequest.clone() |
AssociateEncryptionConfigRequest |
AssociateEncryptionConfigRequest.withClientRequestToken(String clientRequestToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
AssociateEncryptionConfigRequest |
AssociateEncryptionConfigRequest.withClusterName(String clusterName)
The name of your cluster.
|
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 © 2024. All rights reserved.