| 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.
|
| Modifier and Type | Method and Description |
|---|---|
default CreateClusterResponse |
EksClient.createCluster(Consumer<CreateClusterRequest.Builder> createClusterRequest)
Creates an Amazon EKS control plane.
|
default CreateClusterResponse |
EksClient.createCluster(CreateClusterRequest createClusterRequest)
Creates an Amazon EKS control plane.
|
default CreateFargateProfileResponse |
EksClient.createFargateProfile(Consumer<CreateFargateProfileRequest.Builder> createFargateProfileRequest)
Creates an AWS Fargate profile for your Amazon EKS cluster.
|
default CreateFargateProfileResponse |
EksClient.createFargateProfile(CreateFargateProfileRequest createFargateProfileRequest)
Creates an AWS Fargate profile for your Amazon EKS cluster.
|
Copyright © 2021. All rights reserved.