| 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 CreateNodegroupResponse |
EksClient.createNodegroup(Consumer<CreateNodegroupRequest.Builder> createNodegroupRequest)
Creates a managed node group for an Amazon EKS cluster.
|
default CreateNodegroupResponse |
EksClient.createNodegroup(CreateNodegroupRequest createNodegroupRequest)
Creates a managed node group for an Amazon EKS cluster.
|
default DeleteClusterResponse |
EksClient.deleteCluster(Consumer<DeleteClusterRequest.Builder> deleteClusterRequest)
Deletes the Amazon EKS cluster control plane.
|
default DeleteClusterResponse |
EksClient.deleteCluster(DeleteClusterRequest deleteClusterRequest)
Deletes the Amazon EKS cluster control plane.
|
default DeleteNodegroupResponse |
EksClient.deleteNodegroup(Consumer<DeleteNodegroupRequest.Builder> deleteNodegroupRequest)
Deletes an Amazon EKS node group for a cluster.
|
default DeleteNodegroupResponse |
EksClient.deleteNodegroup(DeleteNodegroupRequest deleteNodegroupRequest)
Deletes an Amazon EKS node group for a cluster.
|
default DescribeClusterResponse |
EksClient.describeCluster(Consumer<DescribeClusterRequest.Builder> describeClusterRequest)
Returns descriptive information about an Amazon EKS cluster.
|
default DescribeClusterResponse |
EksClient.describeCluster(DescribeClusterRequest describeClusterRequest)
Returns descriptive information about an Amazon EKS cluster.
|
default DescribeIdentityProviderConfigResponse |
EksClient.describeIdentityProviderConfig(Consumer<DescribeIdentityProviderConfigRequest.Builder> describeIdentityProviderConfigRequest)
Returns descriptive information about an identity provider configuration.
|
default DescribeIdentityProviderConfigResponse |
EksClient.describeIdentityProviderConfig(DescribeIdentityProviderConfigRequest describeIdentityProviderConfigRequest)
Returns descriptive information about an identity provider configuration.
|
default DescribeNodegroupResponse |
EksClient.describeNodegroup(Consumer<DescribeNodegroupRequest.Builder> describeNodegroupRequest)
Returns descriptive information about an Amazon EKS node group.
|
default DescribeNodegroupResponse |
EksClient.describeNodegroup(DescribeNodegroupRequest describeNodegroupRequest)
Returns descriptive information about an Amazon EKS node group.
|
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 ListIdentityProviderConfigsResponse |
EksClient.listIdentityProviderConfigs(Consumer<ListIdentityProviderConfigsRequest.Builder> listIdentityProviderConfigsRequest)
A list of identity provider configurations.
|
default ListIdentityProviderConfigsResponse |
EksClient.listIdentityProviderConfigs(ListIdentityProviderConfigsRequest listIdentityProviderConfigsRequest)
A list of identity provider configurations.
|
default ListIdentityProviderConfigsIterable |
EksClient.listIdentityProviderConfigsPaginator(Consumer<ListIdentityProviderConfigsRequest.Builder> listIdentityProviderConfigsRequest)
A list of identity provider configurations.
|
default ListIdentityProviderConfigsIterable |
EksClient.listIdentityProviderConfigsPaginator(ListIdentityProviderConfigsRequest listIdentityProviderConfigsRequest)
A list of identity provider configurations.
|
default ListNodegroupsResponse |
EksClient.listNodegroups(Consumer<ListNodegroupsRequest.Builder> listNodegroupsRequest)
Lists the Amazon EKS managed node groups associated with the specified cluster in your AWS account in the
specified Region.
|
default ListNodegroupsResponse |
EksClient.listNodegroups(ListNodegroupsRequest listNodegroupsRequest)
Lists the Amazon EKS managed node groups associated with the specified cluster in your AWS account in the
specified Region.
|
default ListNodegroupsIterable |
EksClient.listNodegroupsPaginator(Consumer<ListNodegroupsRequest.Builder> listNodegroupsRequest)
Lists the Amazon EKS managed node groups associated with the specified cluster in your AWS account in the
specified Region.
|
default ListNodegroupsIterable |
EksClient.listNodegroupsPaginator(ListNodegroupsRequest listNodegroupsRequest)
Lists the Amazon EKS managed node groups associated with the specified cluster in your AWS account in the
specified Region.
|
Copyright © 2021. All rights reserved.