| 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 stand up or maintain your own Kubernetes control plane.
|
| com.amazonaws.services.eks.model |
| Modifier and Type | Method and Description |
|---|---|
AssociateEncryptionConfigResult |
AbstractAmazonEKS.associateEncryptionConfig(AssociateEncryptionConfigRequest request) |
AssociateEncryptionConfigResult |
AmazonEKSClient.associateEncryptionConfig(AssociateEncryptionConfigRequest request)
Associate encryption configuration to an existing cluster.
|
AssociateEncryptionConfigResult |
AmazonEKS.associateEncryptionConfig(AssociateEncryptionConfigRequest associateEncryptionConfigRequest)
Associate encryption configuration to an existing cluster.
|
| 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)
Associate encryption configuration to an existing cluster.
|
| Modifier and Type | Method and Description |
|---|---|
AssociateEncryptionConfigResult |
AssociateEncryptionConfigResult.clone() |
AssociateEncryptionConfigResult |
AssociateEncryptionConfigResult.withUpdate(Update update) |
Copyright © 2022. All rights reserved.