| 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 AssociateEncryptionConfigResponse |
EksClient.associateEncryptionConfig(AssociateEncryptionConfigRequest associateEncryptionConfigRequest)
Associate encryption configuration to an existing cluster.
|
default AssociateEncryptionConfigResponse |
EksClient.associateEncryptionConfig(Consumer<AssociateEncryptionConfigRequest.Builder> associateEncryptionConfigRequest)
Associate encryption configuration to an existing cluster.
|
default AssociateIdentityProviderConfigResponse |
EksClient.associateIdentityProviderConfig(AssociateIdentityProviderConfigRequest associateIdentityProviderConfigRequest)
Associate an identity provider configuration to a cluster.
|
default AssociateIdentityProviderConfigResponse |
EksClient.associateIdentityProviderConfig(Consumer<AssociateIdentityProviderConfigRequest.Builder> associateIdentityProviderConfigRequest)
Associate an identity provider configuration to a cluster.
|
default CreateAddonResponse |
EksClient.createAddon(Consumer<CreateAddonRequest.Builder> createAddonRequest)
Creates an Amazon EKS add-on.
|
default CreateAddonResponse |
EksClient.createAddon(CreateAddonRequest createAddonRequest)
Creates an Amazon EKS add-on.
|
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.
|
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 DeleteAddonResponse |
EksClient.deleteAddon(Consumer<DeleteAddonRequest.Builder> deleteAddonRequest)
Delete an Amazon EKS add-on.
|
default DeleteAddonResponse |
EksClient.deleteAddon(DeleteAddonRequest deleteAddonRequest)
Delete an Amazon EKS add-on.
|
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 DeleteFargateProfileResponse |
EksClient.deleteFargateProfile(Consumer<DeleteFargateProfileRequest.Builder> deleteFargateProfileRequest)
Deletes an AWS Fargate profile.
|
default DeleteFargateProfileResponse |
EksClient.deleteFargateProfile(DeleteFargateProfileRequest deleteFargateProfileRequest)
Deletes an AWS Fargate profile.
|
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 DescribeAddonResponse |
EksClient.describeAddon(Consumer<DescribeAddonRequest.Builder> describeAddonRequest)
Describes an Amazon EKS add-on.
|
default DescribeAddonResponse |
EksClient.describeAddon(DescribeAddonRequest describeAddonRequest)
Describes an Amazon EKS add-on.
|
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 DescribeFargateProfileResponse |
EksClient.describeFargateProfile(Consumer<DescribeFargateProfileRequest.Builder> describeFargateProfileRequest)
Returns descriptive information about an AWS Fargate profile.
|
default DescribeFargateProfileResponse |
EksClient.describeFargateProfile(DescribeFargateProfileRequest describeFargateProfileRequest)
Returns descriptive information about an AWS Fargate profile.
|
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 DescribeUpdateResponse |
EksClient.describeUpdate(Consumer<DescribeUpdateRequest.Builder> describeUpdateRequest)
Returns descriptive information about an update against your Amazon EKS cluster or associated managed node group.
|
default DescribeUpdateResponse |
EksClient.describeUpdate(DescribeUpdateRequest describeUpdateRequest)
Returns descriptive information about an update against your Amazon EKS cluster or associated managed node group.
|
default DisassociateIdentityProviderConfigResponse |
EksClient.disassociateIdentityProviderConfig(Consumer<DisassociateIdentityProviderConfigRequest.Builder> disassociateIdentityProviderConfigRequest)
Disassociates an identity provider configuration from a cluster.
|
default DisassociateIdentityProviderConfigResponse |
EksClient.disassociateIdentityProviderConfig(DisassociateIdentityProviderConfigRequest disassociateIdentityProviderConfigRequest)
Disassociates an identity provider configuration from a cluster.
|
default ListAddonsResponse |
EksClient.listAddons(Consumer<ListAddonsRequest.Builder> listAddonsRequest)
Lists the available add-ons.
|
default ListAddonsResponse |
EksClient.listAddons(ListAddonsRequest listAddonsRequest)
Lists the available add-ons.
|
default ListAddonsIterable |
EksClient.listAddonsPaginator(Consumer<ListAddonsRequest.Builder> listAddonsRequest)
Lists the available add-ons.
|
default ListAddonsIterable |
EksClient.listAddonsPaginator(ListAddonsRequest listAddonsRequest)
Lists the available add-ons.
|
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 ListFargateProfilesResponse |
EksClient.listFargateProfiles(Consumer<ListFargateProfilesRequest.Builder> listFargateProfilesRequest)
Lists the AWS Fargate profiles associated with the specified cluster in your AWS account in the specified Region.
|
default ListFargateProfilesResponse |
EksClient.listFargateProfiles(ListFargateProfilesRequest listFargateProfilesRequest)
Lists the AWS Fargate profiles associated with the specified cluster in your AWS account in the specified Region.
|
default ListFargateProfilesIterable |
EksClient.listFargateProfilesPaginator(Consumer<ListFargateProfilesRequest.Builder> listFargateProfilesRequest)
Lists the AWS Fargate profiles associated with the specified cluster in your AWS account in the specified Region.
|
default ListFargateProfilesIterable |
EksClient.listFargateProfilesPaginator(ListFargateProfilesRequest listFargateProfilesRequest)
Lists the AWS Fargate profiles associated with the specified cluster 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.
|
default ListUpdatesResponse |
EksClient.listUpdates(Consumer<ListUpdatesRequest.Builder> listUpdatesRequest)
Lists the updates associated with an Amazon EKS cluster or managed node group in your AWS account, in the
specified Region.
|
default ListUpdatesResponse |
EksClient.listUpdates(ListUpdatesRequest listUpdatesRequest)
Lists the updates associated with an Amazon EKS cluster or managed node group 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 or managed node group in your AWS account, in the
specified Region.
|
default ListUpdatesIterable |
EksClient.listUpdatesPaginator(ListUpdatesRequest listUpdatesRequest)
Lists the updates associated with an Amazon EKS cluster or managed node group in your AWS account, in the
specified Region.
|
default UpdateAddonResponse |
EksClient.updateAddon(Consumer<UpdateAddonRequest.Builder> updateAddonRequest)
Updates an Amazon EKS add-on.
|
default UpdateAddonResponse |
EksClient.updateAddon(UpdateAddonRequest updateAddonRequest)
Updates an Amazon EKS add-on.
|
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.
|
default UpdateNodegroupConfigResponse |
EksClient.updateNodegroupConfig(Consumer<UpdateNodegroupConfigRequest.Builder> updateNodegroupConfigRequest)
Updates an Amazon EKS managed node group configuration.
|
default UpdateNodegroupConfigResponse |
EksClient.updateNodegroupConfig(UpdateNodegroupConfigRequest updateNodegroupConfigRequest)
Updates an Amazon EKS managed node group configuration.
|
default UpdateNodegroupVersionResponse |
EksClient.updateNodegroupVersion(Consumer<UpdateNodegroupVersionRequest.Builder> updateNodegroupVersionRequest)
Updates the Kubernetes version or AMI version of an Amazon EKS managed node group.
|
default UpdateNodegroupVersionResponse |
EksClient.updateNodegroupVersion(UpdateNodegroupVersionRequest updateNodegroupVersionRequest)
Updates the Kubernetes version or AMI version of an Amazon EKS managed node group.
|
Copyright © 2021. All rights reserved.