| 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.
|
| software.amazon.awssdk.services.eks.model |
| 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 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 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 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 ListTagsForResourceResponse |
EksClient.listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)
List the tags for an Amazon EKS resource.
|
default ListTagsForResourceResponse |
EksClient.listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
List the tags for an Amazon EKS resource.
|
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 TagResourceResponse |
EksClient.tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)
Associates the specified tags to a resource with the specified
resourceArn. |
default TagResourceResponse |
EksClient.tagResource(TagResourceRequest tagResourceRequest)
Associates the specified tags to a resource with the specified
resourceArn. |
default UntagResourceResponse |
EksClient.untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)
Deletes specified tags from a resource.
|
default UntagResourceResponse |
EksClient.untagResource(UntagResourceRequest untagResourceRequest)
Deletes specified tags from a resource.
|
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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BadRequestException
This exception is thrown if the request contains a semantic error.
|
class |
ClientException
These errors are usually caused by a client action.
|
class |
InvalidParameterException
The specified parameter is invalid.
|
class |
InvalidRequestException
The request is invalid given the state of the cluster.
|
class |
NotFoundException
A service resource associated with the request could not be found.
|
class |
ResourceInUseException
The specified resource is in use.
|
class |
ResourceLimitExceededException
You have encountered a service limit on the specified resource.
|
class |
ResourceNotFoundException
The specified resource could not be found.
|
class |
ServerException
These errors are usually caused by a server-side issue.
|
class |
ServiceUnavailableException
The service is unavailable.
|
class |
UnsupportedAvailabilityZoneException
At least one of your specified cluster subnets is in an Availability Zone that does not support Amazon EKS.
|
| Modifier and Type | Method and Description |
|---|---|
EksException |
EksException.BuilderImpl.build() |
| Constructor and Description |
|---|
BuilderImpl(EksException ex) |
Copyright © 2019. All rights reserved.