| 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 |
|---|---|
Future<CreateClusterResult> |
AmazonEKSAsyncClient.createClusterAsync(CreateClusterRequest request,
AsyncHandler<CreateClusterRequest,CreateClusterResult> asyncHandler) |
Future<CreateClusterResult> |
AbstractAmazonEKSAsync.createClusterAsync(CreateClusterRequest request,
AsyncHandler<CreateClusterRequest,CreateClusterResult> asyncHandler) |
Future<CreateClusterResult> |
AmazonEKSAsync.createClusterAsync(CreateClusterRequest createClusterRequest,
AsyncHandler<CreateClusterRequest,CreateClusterResult> asyncHandler)
Creates an Amazon EKS control plane.
|
| Modifier and Type | Method and Description |
|---|---|
CreateClusterRequest |
CreateClusterRequest.addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateClusterRequest |
CreateClusterRequest.clearTagsEntries()
Removes all the entries added into Tags.
|
CreateClusterRequest |
CreateClusterRequest.clone() |
CreateClusterRequest |
CreateClusterRequest.withClientRequestToken(String clientRequestToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
CreateClusterRequest |
CreateClusterRequest.withEncryptionConfig(Collection<EncryptionConfig> encryptionConfig)
The encryption configuration for the cluster.
|
CreateClusterRequest |
CreateClusterRequest.withEncryptionConfig(EncryptionConfig... encryptionConfig)
The encryption configuration for the cluster.
|
CreateClusterRequest |
CreateClusterRequest.withKubernetesNetworkConfig(KubernetesNetworkConfigRequest kubernetesNetworkConfig)
The Kubernetes network configuration for the cluster.
|
CreateClusterRequest |
CreateClusterRequest.withLogging(Logging logging)
Enable or disable exporting the Kubernetes control plane logs for your cluster to CloudWatch Logs.
|
CreateClusterRequest |
CreateClusterRequest.withName(String name)
The unique name to give to your cluster.
|
CreateClusterRequest |
CreateClusterRequest.withResourcesVpcConfig(VpcConfigRequest resourcesVpcConfig)
The VPC configuration that's used by the cluster control plane.
|
CreateClusterRequest |
CreateClusterRequest.withRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM role that provides permissions for the Kubernetes control plane to make
calls to Amazon Web Services API operations on your behalf.
|
CreateClusterRequest |
CreateClusterRequest.withTags(Map<String,String> tags)
The metadata to apply to the cluster to assist with categorization and organization.
|
CreateClusterRequest |
CreateClusterRequest.withVersion(String version)
The desired Kubernetes version for your cluster.
|
Copyright © 2022. All rights reserved.