- getArn() - Method in class com.amazonaws.services.eks.model.Cluster
-
The Amazon Resource Name (ARN) of the cluster.
- getCachedResponseMetadata(AmazonWebServiceRequest) - Method in class com.amazonaws.services.eks.AbstractAmazonEKS
-
- getCachedResponseMetadata(AmazonWebServiceRequest) - Method in interface com.amazonaws.services.eks.AmazonEKS
-
Returns additional metadata for a previously executed successful request, typically used for debugging issues
where a service isn't acting as expected.
- getCachedResponseMetadata(AmazonWebServiceRequest) - Method in class com.amazonaws.services.eks.AmazonEKSClient
-
Returns additional metadata for a previously executed successful, request, typically used for debugging issues
where a service isn't acting as expected.
- getCertificateAuthority() - Method in class com.amazonaws.services.eks.model.Cluster
-
The certificate-authority-data for your cluster.
- getClientRequestToken() - Method in class com.amazonaws.services.eks.model.Cluster
-
Unique, case-sensitive identifier you provide to ensure the idempotency of the request.
- getClientRequestToken() - Method in class com.amazonaws.services.eks.model.CreateClusterRequest
-
Unique, case-sensitive identifier you provide to ensure the idempotency of the request.
- getCluster() - Method in class com.amazonaws.services.eks.model.CreateClusterResult
-
The full description of your new cluster.
- getCluster() - Method in class com.amazonaws.services.eks.model.DeleteClusterResult
-
The full description of the cluster to delete.
- getCluster() - Method in class com.amazonaws.services.eks.model.DescribeClusterResult
-
The full description of your specified cluster.
- getClusterName() - Method in exception com.amazonaws.services.eks.model.ClientException
-
The Amazon EKS cluster associated with the exception.
- getClusterName() - Method in exception com.amazonaws.services.eks.model.InvalidParameterException
-
The Amazon EKS cluster associated with the exception.
- getClusterName() - Method in exception com.amazonaws.services.eks.model.ResourceInUseException
-
The Amazon EKS cluster associated with the exception.
- getClusterName() - Method in exception com.amazonaws.services.eks.model.ResourceLimitExceededException
-
The Amazon EKS cluster associated with the exception.
- getClusterName() - Method in exception com.amazonaws.services.eks.model.ResourceNotFoundException
-
The Amazon EKS cluster associated with the exception.
- getClusterName() - Method in exception com.amazonaws.services.eks.model.ServerException
-
The Amazon EKS cluster associated with the exception.
- getClusterName() - Method in exception com.amazonaws.services.eks.model.UnsupportedAvailabilityZoneException
-
The Amazon EKS cluster associated with the exception.
- getClusters() - Method in class com.amazonaws.services.eks.model.ListClustersResult
-
A list of all of the clusters for your account in the specified Region.
- getCreatedAt() - Method in class com.amazonaws.services.eks.model.Cluster
-
The Unix epoch time stamp in seconds for when the cluster was created.
- getData() - Method in class com.amazonaws.services.eks.model.Certificate
-
The base64 encoded certificate data required to communicate with your cluster.
- getEndpoint() - Method in class com.amazonaws.services.eks.model.Cluster
-
The endpoint for your Kubernetes API server.
- getExecutorService() - Method in class com.amazonaws.services.eks.AmazonEKSAsyncClient
-
Returns the executor service used by this client to execute async requests.
- getMaxResults() - Method in class com.amazonaws.services.eks.model.ListClustersRequest
-
The maximum number of cluster results returned by ListClusters in paginated output.
- getName() - Method in class com.amazonaws.services.eks.model.Cluster
-
The name of the cluster.
- getName() - Method in class com.amazonaws.services.eks.model.CreateClusterRequest
-
The unique name to give to your cluster.
- getName() - Method in class com.amazonaws.services.eks.model.DeleteClusterRequest
-
The name of the cluster to delete.
- getName() - Method in class com.amazonaws.services.eks.model.DescribeClusterRequest
-
The name of the cluster to describe.
- getNextToken() - Method in class com.amazonaws.services.eks.model.ListClustersRequest
-
The nextToken value returned from a previous paginated ListClusters request where
maxResults was used and the results exceeded the value of that parameter.
- getNextToken() - Method in class com.amazonaws.services.eks.model.ListClustersResult
-
The nextToken value to include in a future ListClusters request.
- getPlatformVersion() - Method in class com.amazonaws.services.eks.model.Cluster
-
The platform version of your Amazon EKS cluster.
- getResourcesVpcConfig() - Method in class com.amazonaws.services.eks.model.Cluster
-
The VPC subnets and security groups used by the cluster control plane.
- getResourcesVpcConfig() - Method in class com.amazonaws.services.eks.model.CreateClusterRequest
-
The VPC subnets and security groups used by the cluster control plane.
- getRoleArn() - Method in class com.amazonaws.services.eks.model.Cluster
-
The Amazon Resource Name (ARN) of the IAM role that provides permissions for the Kubernetes control plane to make
calls to AWS API operations on your behalf.
- getRoleArn() - Method in class com.amazonaws.services.eks.model.CreateClusterRequest
-
The Amazon Resource Name (ARN) of the IAM role that provides permissions for Amazon EKS to make calls to other
AWS API operations on your behalf.
- getSecurityGroupIds() - Method in class com.amazonaws.services.eks.model.VpcConfigRequest
-
Specify one or more security groups for the cross-account elastic network interfaces that Amazon EKS creates to
use to allow communication between your worker nodes and the Kubernetes control plane.
- getSecurityGroupIds() - Method in class com.amazonaws.services.eks.model.VpcConfigResponse
-
The security groups associated with the cross-account elastic network interfaces that are used to allow
communication between your worker nodes and the Kubernetes control plane.
- getStatus() - Method in class com.amazonaws.services.eks.model.Cluster
-
The current status of the cluster.
- getSubnetIds() - Method in class com.amazonaws.services.eks.model.VpcConfigRequest
-
Specify subnets for your Amazon EKS worker nodes.
- getSubnetIds() - Method in class com.amazonaws.services.eks.model.VpcConfigResponse
-
The subnets associated with your cluster.
- getValidZones() - Method in exception com.amazonaws.services.eks.model.UnsupportedAvailabilityZoneException
-
The supported Availability Zones for your account.
- getVersion() - Method in class com.amazonaws.services.eks.model.Cluster
-
The Kubernetes server version for the cluster.
- getVersion() - Method in class com.amazonaws.services.eks.model.CreateClusterRequest
-
The desired Kubernetes version for your cluster.
- getVpcId() - Method in class com.amazonaws.services.eks.model.VpcConfigResponse
-
The VPC associated with your cluster.
- ServerException - Exception in com.amazonaws.services.eks.model
-
These errors are usually caused by a server-side issue.
- ServerException(String) - Constructor for exception com.amazonaws.services.eks.model.ServerException
-
Constructs a new ServerException with the specified error message.
- ServiceUnavailableException - Exception in com.amazonaws.services.eks.model
-
The service is unavailable.
- ServiceUnavailableException(String) - Constructor for exception com.amazonaws.services.eks.model.ServiceUnavailableException
-
Constructs a new ServiceUnavailableException with the specified error message.
- setArn(String) - Method in class com.amazonaws.services.eks.model.Cluster
-
The Amazon Resource Name (ARN) of the cluster.
- setCertificateAuthority(Certificate) - Method in class com.amazonaws.services.eks.model.Cluster
-
The certificate-authority-data for your cluster.
- setClientRequestToken(String) - Method in class com.amazonaws.services.eks.model.Cluster
-
Unique, case-sensitive identifier you provide to ensure the idempotency of the request.
- setClientRequestToken(String) - Method in class com.amazonaws.services.eks.model.CreateClusterRequest
-
Unique, case-sensitive identifier you provide to ensure the idempotency of the request.
- setCluster(Cluster) - Method in class com.amazonaws.services.eks.model.CreateClusterResult
-
The full description of your new cluster.
- setCluster(Cluster) - Method in class com.amazonaws.services.eks.model.DeleteClusterResult
-
The full description of the cluster to delete.
- setCluster(Cluster) - Method in class com.amazonaws.services.eks.model.DescribeClusterResult
-
The full description of your specified cluster.
- setClusterName(String) - Method in exception com.amazonaws.services.eks.model.ClientException
-
The Amazon EKS cluster associated with the exception.
- setClusterName(String) - Method in exception com.amazonaws.services.eks.model.InvalidParameterException
-
The Amazon EKS cluster associated with the exception.
- setClusterName(String) - Method in exception com.amazonaws.services.eks.model.ResourceInUseException
-
The Amazon EKS cluster associated with the exception.
- setClusterName(String) - Method in exception com.amazonaws.services.eks.model.ResourceLimitExceededException
-
The Amazon EKS cluster associated with the exception.
- setClusterName(String) - Method in exception com.amazonaws.services.eks.model.ResourceNotFoundException
-
The Amazon EKS cluster associated with the exception.
- setClusterName(String) - Method in exception com.amazonaws.services.eks.model.ServerException
-
The Amazon EKS cluster associated with the exception.
- setClusterName(String) - Method in exception com.amazonaws.services.eks.model.UnsupportedAvailabilityZoneException
-
The Amazon EKS cluster associated with the exception.
- setClusters(Collection<String>) - Method in class com.amazonaws.services.eks.model.ListClustersResult
-
A list of all of the clusters for your account in the specified Region.
- setCreatedAt(Date) - Method in class com.amazonaws.services.eks.model.Cluster
-
The Unix epoch time stamp in seconds for when the cluster was created.
- setData(String) - Method in class com.amazonaws.services.eks.model.Certificate
-
The base64 encoded certificate data required to communicate with your cluster.
- setEndpoint(String) - Method in class com.amazonaws.services.eks.model.Cluster
-
The endpoint for your Kubernetes API server.
- setMaxResults(Integer) - Method in class com.amazonaws.services.eks.model.ListClustersRequest
-
The maximum number of cluster results returned by ListClusters in paginated output.
- setName(String) - Method in class com.amazonaws.services.eks.model.Cluster
-
The name of the cluster.
- setName(String) - Method in class com.amazonaws.services.eks.model.CreateClusterRequest
-
The unique name to give to your cluster.
- setName(String) - Method in class com.amazonaws.services.eks.model.DeleteClusterRequest
-
The name of the cluster to delete.
- setName(String) - Method in class com.amazonaws.services.eks.model.DescribeClusterRequest
-
The name of the cluster to describe.
- setNextToken(String) - Method in class com.amazonaws.services.eks.model.ListClustersRequest
-
The nextToken value returned from a previous paginated ListClusters request where
maxResults was used and the results exceeded the value of that parameter.
- setNextToken(String) - Method in class com.amazonaws.services.eks.model.ListClustersResult
-
The nextToken value to include in a future ListClusters request.
- setPlatformVersion(String) - Method in class com.amazonaws.services.eks.model.Cluster
-
The platform version of your Amazon EKS cluster.
- setResourcesVpcConfig(VpcConfigResponse) - Method in class com.amazonaws.services.eks.model.Cluster
-
The VPC subnets and security groups used by the cluster control plane.
- setResourcesVpcConfig(VpcConfigRequest) - Method in class com.amazonaws.services.eks.model.CreateClusterRequest
-
The VPC subnets and security groups used by the cluster control plane.
- setRoleArn(String) - Method in class com.amazonaws.services.eks.model.Cluster
-
The Amazon Resource Name (ARN) of the IAM role that provides permissions for the Kubernetes control plane to make
calls to AWS API operations on your behalf.
- setRoleArn(String) - Method in class com.amazonaws.services.eks.model.CreateClusterRequest
-
The Amazon Resource Name (ARN) of the IAM role that provides permissions for Amazon EKS to make calls to other
AWS API operations on your behalf.
- setSecurityGroupIds(Collection<String>) - Method in class com.amazonaws.services.eks.model.VpcConfigRequest
-
Specify one or more security groups for the cross-account elastic network interfaces that Amazon EKS creates to
use to allow communication between your worker nodes and the Kubernetes control plane.
- setSecurityGroupIds(Collection<String>) - Method in class com.amazonaws.services.eks.model.VpcConfigResponse
-
The security groups associated with the cross-account elastic network interfaces that are used to allow
communication between your worker nodes and the Kubernetes control plane.
- setStatus(String) - Method in class com.amazonaws.services.eks.model.Cluster
-
The current status of the cluster.
- setSubnetIds(Collection<String>) - Method in class com.amazonaws.services.eks.model.VpcConfigRequest
-
Specify subnets for your Amazon EKS worker nodes.
- setSubnetIds(Collection<String>) - Method in class com.amazonaws.services.eks.model.VpcConfigResponse
-
The subnets associated with your cluster.
- setValidZones(Collection<String>) - Method in exception com.amazonaws.services.eks.model.UnsupportedAvailabilityZoneException
-
The supported Availability Zones for your account.
- setVersion(String) - Method in class com.amazonaws.services.eks.model.Cluster
-
The Kubernetes server version for the cluster.
- setVersion(String) - Method in class com.amazonaws.services.eks.model.CreateClusterRequest
-
The desired Kubernetes version for your cluster.
- setVpcId(String) - Method in class com.amazonaws.services.eks.model.VpcConfigResponse
-
The VPC associated with your cluster.
- shutdown() - Method in class com.amazonaws.services.eks.AbstractAmazonEKS
-
- shutdown() - Method in interface com.amazonaws.services.eks.AmazonEKS
-
Shuts down this client object, releasing any resources that might be held open.
- shutdown() - Method in class com.amazonaws.services.eks.AmazonEKSAsyncClient
-
Shuts down the client, releasing all managed resources.
- standard() - Static method in class com.amazonaws.services.eks.AmazonEKSAsyncClientBuilder
-
- standard() - Static method in class com.amazonaws.services.eks.AmazonEKSClientBuilder
-
- toString() - Method in class com.amazonaws.services.eks.model.Certificate
-
Returns a string representation of this object; useful for testing and debugging.
- toString() - Method in class com.amazonaws.services.eks.model.Cluster
-
Returns a string representation of this object; useful for testing and debugging.
- toString() - Method in enum com.amazonaws.services.eks.model.ClusterStatus
-
- toString() - Method in class com.amazonaws.services.eks.model.CreateClusterRequest
-
Returns a string representation of this object; useful for testing and debugging.
- toString() - Method in class com.amazonaws.services.eks.model.CreateClusterResult
-
Returns a string representation of this object; useful for testing and debugging.
- toString() - Method in class com.amazonaws.services.eks.model.DeleteClusterRequest
-
Returns a string representation of this object; useful for testing and debugging.
- toString() - Method in class com.amazonaws.services.eks.model.DeleteClusterResult
-
Returns a string representation of this object; useful for testing and debugging.
- toString() - Method in class com.amazonaws.services.eks.model.DescribeClusterRequest
-
Returns a string representation of this object; useful for testing and debugging.
- toString() - Method in class com.amazonaws.services.eks.model.DescribeClusterResult
-
Returns a string representation of this object; useful for testing and debugging.
- toString() - Method in class com.amazonaws.services.eks.model.ListClustersRequest
-
Returns a string representation of this object; useful for testing and debugging.
- toString() - Method in class com.amazonaws.services.eks.model.ListClustersResult
-
Returns a string representation of this object; useful for testing and debugging.
- toString() - Method in class com.amazonaws.services.eks.model.VpcConfigRequest
-
Returns a string representation of this object; useful for testing and debugging.
- toString() - Method in class com.amazonaws.services.eks.model.VpcConfigResponse
-
Returns a string representation of this object; useful for testing and debugging.
- withArn(String) - Method in class com.amazonaws.services.eks.model.Cluster
-
The Amazon Resource Name (ARN) of the cluster.
- withCertificateAuthority(Certificate) - Method in class com.amazonaws.services.eks.model.Cluster
-
The certificate-authority-data for your cluster.
- withClientRequestToken(String) - Method in class com.amazonaws.services.eks.model.Cluster
-
Unique, case-sensitive identifier you provide to ensure the idempotency of the request.
- withClientRequestToken(String) - Method in class com.amazonaws.services.eks.model.CreateClusterRequest
-
Unique, case-sensitive identifier you provide to ensure the idempotency of the request.
- withCluster(Cluster) - Method in class com.amazonaws.services.eks.model.CreateClusterResult
-
The full description of your new cluster.
- withCluster(Cluster) - Method in class com.amazonaws.services.eks.model.DeleteClusterResult
-
The full description of the cluster to delete.
- withCluster(Cluster) - Method in class com.amazonaws.services.eks.model.DescribeClusterResult
-
The full description of your specified cluster.
- withClusterName(String) - Method in exception com.amazonaws.services.eks.model.ClientException
-
The Amazon EKS cluster associated with the exception.
- withClusterName(String) - Method in exception com.amazonaws.services.eks.model.InvalidParameterException
-
The Amazon EKS cluster associated with the exception.
- withClusterName(String) - Method in exception com.amazonaws.services.eks.model.ResourceInUseException
-
The Amazon EKS cluster associated with the exception.
- withClusterName(String) - Method in exception com.amazonaws.services.eks.model.ResourceLimitExceededException
-
The Amazon EKS cluster associated with the exception.
- withClusterName(String) - Method in exception com.amazonaws.services.eks.model.ResourceNotFoundException
-
The Amazon EKS cluster associated with the exception.
- withClusterName(String) - Method in exception com.amazonaws.services.eks.model.ServerException
-
The Amazon EKS cluster associated with the exception.
- withClusterName(String) - Method in exception com.amazonaws.services.eks.model.UnsupportedAvailabilityZoneException
-
The Amazon EKS cluster associated with the exception.
- withClusters(String...) - Method in class com.amazonaws.services.eks.model.ListClustersResult
-
A list of all of the clusters for your account in the specified Region.
- withClusters(Collection<String>) - Method in class com.amazonaws.services.eks.model.ListClustersResult
-
A list of all of the clusters for your account in the specified Region.
- withCreatedAt(Date) - Method in class com.amazonaws.services.eks.model.Cluster
-
The Unix epoch time stamp in seconds for when the cluster was created.
- withData(String) - Method in class com.amazonaws.services.eks.model.Certificate
-
The base64 encoded certificate data required to communicate with your cluster.
- withEndpoint(String) - Method in class com.amazonaws.services.eks.model.Cluster
-
The endpoint for your Kubernetes API server.
- withMaxResults(Integer) - Method in class com.amazonaws.services.eks.model.ListClustersRequest
-
The maximum number of cluster results returned by ListClusters in paginated output.
- withName(String) - Method in class com.amazonaws.services.eks.model.Cluster
-
The name of the cluster.
- withName(String) - Method in class com.amazonaws.services.eks.model.CreateClusterRequest
-
The unique name to give to your cluster.
- withName(String) - Method in class com.amazonaws.services.eks.model.DeleteClusterRequest
-
The name of the cluster to delete.
- withName(String) - Method in class com.amazonaws.services.eks.model.DescribeClusterRequest
-
The name of the cluster to describe.
- withNextToken(String) - Method in class com.amazonaws.services.eks.model.ListClustersRequest
-
The nextToken value returned from a previous paginated ListClusters request where
maxResults was used and the results exceeded the value of that parameter.
- withNextToken(String) - Method in class com.amazonaws.services.eks.model.ListClustersResult
-
The nextToken value to include in a future ListClusters request.
- withPlatformVersion(String) - Method in class com.amazonaws.services.eks.model.Cluster
-
The platform version of your Amazon EKS cluster.
- withResourcesVpcConfig(VpcConfigResponse) - Method in class com.amazonaws.services.eks.model.Cluster
-
The VPC subnets and security groups used by the cluster control plane.
- withResourcesVpcConfig(VpcConfigRequest) - Method in class com.amazonaws.services.eks.model.CreateClusterRequest
-
The VPC subnets and security groups used by the cluster control plane.
- withRoleArn(String) - Method in class com.amazonaws.services.eks.model.Cluster
-
The Amazon Resource Name (ARN) of the IAM role that provides permissions for the Kubernetes control plane to make
calls to AWS API operations on your behalf.
- withRoleArn(String) - Method in class com.amazonaws.services.eks.model.CreateClusterRequest
-
The Amazon Resource Name (ARN) of the IAM role that provides permissions for Amazon EKS to make calls to other
AWS API operations on your behalf.
- withSecurityGroupIds(String...) - Method in class com.amazonaws.services.eks.model.VpcConfigRequest
-
Specify one or more security groups for the cross-account elastic network interfaces that Amazon EKS creates to
use to allow communication between your worker nodes and the Kubernetes control plane.
- withSecurityGroupIds(Collection<String>) - Method in class com.amazonaws.services.eks.model.VpcConfigRequest
-
Specify one or more security groups for the cross-account elastic network interfaces that Amazon EKS creates to
use to allow communication between your worker nodes and the Kubernetes control plane.
- withSecurityGroupIds(String...) - Method in class com.amazonaws.services.eks.model.VpcConfigResponse
-
The security groups associated with the cross-account elastic network interfaces that are used to allow
communication between your worker nodes and the Kubernetes control plane.
- withSecurityGroupIds(Collection<String>) - Method in class com.amazonaws.services.eks.model.VpcConfigResponse
-
The security groups associated with the cross-account elastic network interfaces that are used to allow
communication between your worker nodes and the Kubernetes control plane.
- withStatus(String) - Method in class com.amazonaws.services.eks.model.Cluster
-
The current status of the cluster.
- withStatus(ClusterStatus) - Method in class com.amazonaws.services.eks.model.Cluster
-
The current status of the cluster.
- withSubnetIds(String...) - Method in class com.amazonaws.services.eks.model.VpcConfigRequest
-
Specify subnets for your Amazon EKS worker nodes.
- withSubnetIds(Collection<String>) - Method in class com.amazonaws.services.eks.model.VpcConfigRequest
-
Specify subnets for your Amazon EKS worker nodes.
- withSubnetIds(String...) - Method in class com.amazonaws.services.eks.model.VpcConfigResponse
-
The subnets associated with your cluster.
- withSubnetIds(Collection<String>) - Method in class com.amazonaws.services.eks.model.VpcConfigResponse
-
The subnets associated with your cluster.
- withValidZones(String...) - Method in exception com.amazonaws.services.eks.model.UnsupportedAvailabilityZoneException
-
The supported Availability Zones for your account.
- withValidZones(Collection<String>) - Method in exception com.amazonaws.services.eks.model.UnsupportedAvailabilityZoneException
-
The supported Availability Zones for your account.
- withVersion(String) - Method in class com.amazonaws.services.eks.model.Cluster
-
The Kubernetes server version for the cluster.
- withVersion(String) - Method in class com.amazonaws.services.eks.model.CreateClusterRequest
-
The desired Kubernetes version for your cluster.
- withVpcId(String) - Method in class com.amazonaws.services.eks.model.VpcConfigResponse
-
The VPC associated with your cluster.