| 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 DescribeUpdateResponse |
EksClient.describeUpdate(Consumer<DescribeUpdateRequest.Builder> describeUpdateRequest)
Returns descriptive information about an update against your Amazon EKS cluster.
|
default DescribeUpdateResponse |
EksClient.describeUpdate(DescribeUpdateRequest describeUpdateRequest)
Returns descriptive information about an update against your Amazon EKS cluster.
|
default ListClustersResponse |
EksClient.listClusters()
Lists the Amazon EKS clusters in your AWS account in the specified Region.
|
default ListClustersResponse |
EksClient.listClusters(Consumer<ListClustersRequest.Builder> listClustersRequest)
Lists the Amazon EKS clusters in your AWS account in the specified Region.
|
default ListClustersResponse |
EksClient.listClusters(ListClustersRequest listClustersRequest)
Lists the Amazon EKS clusters in your AWS account in the specified Region.
|
default ListClustersIterable |
EksClient.listClustersPaginator()
Lists the Amazon EKS clusters in your AWS account in the specified Region.
|
default ListClustersIterable |
EksClient.listClustersPaginator(Consumer<ListClustersRequest.Builder> listClustersRequest)
Lists the Amazon EKS clusters in your AWS account in the specified Region.
|
default ListClustersIterable |
EksClient.listClustersPaginator(ListClustersRequest listClustersRequest)
Lists the Amazon EKS clusters in your AWS account in the specified Region.
|
default ListUpdatesResponse |
EksClient.listUpdates(Consumer<ListUpdatesRequest.Builder> listUpdatesRequest)
Lists the updates associated with an Amazon EKS cluster in your AWS account, in the specified Region.
|
default ListUpdatesResponse |
EksClient.listUpdates(ListUpdatesRequest listUpdatesRequest)
Lists the updates associated with an Amazon EKS cluster in your AWS account, in the specified Region.
|
default ListUpdatesIterable |
EksClient.listUpdatesPaginator(Consumer<ListUpdatesRequest.Builder> listUpdatesRequest)
Lists the updates associated with an Amazon EKS cluster in your AWS account, in the specified Region.
|
default ListUpdatesIterable |
EksClient.listUpdatesPaginator(ListUpdatesRequest listUpdatesRequest)
Lists the updates associated with an Amazon EKS cluster in your AWS account, in the specified Region.
|
default UpdateClusterConfigResponse |
EksClient.updateClusterConfig(Consumer<UpdateClusterConfigRequest.Builder> updateClusterConfigRequest)
Updates an Amazon EKS cluster configuration.
|
default UpdateClusterConfigResponse |
EksClient.updateClusterConfig(UpdateClusterConfigRequest updateClusterConfigRequest)
Updates an Amazon EKS cluster configuration.
|
default UpdateClusterVersionResponse |
EksClient.updateClusterVersion(Consumer<UpdateClusterVersionRequest.Builder> updateClusterVersionRequest)
Updates an Amazon EKS cluster to the specified Kubernetes version.
|
default UpdateClusterVersionResponse |
EksClient.updateClusterVersion(UpdateClusterVersionRequest updateClusterVersionRequest)
Updates an Amazon EKS cluster to the specified Kubernetes version.
|
Copyright © 2019. All rights reserved.