| Package | Description |
|---|---|
| com.amazonaws.services.eks |
Amazon Elastic Kubernetes Service (Amazon EKS) is a managed service that makes it easy for you to run Kubernetes on
Amazon Web Services without needing to setup or maintain your own Kubernetes control plane.
|
| com.amazonaws.services.eks.model |
| Modifier and Type | Method and Description |
|---|---|
CreatePodIdentityAssociationRequest |
CreatePodIdentityAssociationRequest.addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreatePodIdentityAssociationRequest |
CreatePodIdentityAssociationRequest.clearTagsEntries()
Removes all the entries added into Tags.
|
CreatePodIdentityAssociationRequest |
CreatePodIdentityAssociationRequest.clone() |
CreatePodIdentityAssociationRequest |
CreatePodIdentityAssociationRequest.withClientRequestToken(String clientRequestToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
CreatePodIdentityAssociationRequest |
CreatePodIdentityAssociationRequest.withClusterName(String clusterName)
The name of the cluster to create the association in.
|
CreatePodIdentityAssociationRequest |
CreatePodIdentityAssociationRequest.withNamespace(String namespace)
The name of the Kubernetes namespace inside the cluster to create the association in.
|
CreatePodIdentityAssociationRequest |
CreatePodIdentityAssociationRequest.withRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM role to associate with the service account.
|
CreatePodIdentityAssociationRequest |
CreatePodIdentityAssociationRequest.withServiceAccount(String serviceAccount)
The name of the Kubernetes service account inside the cluster to associate the IAM credentials with.
|
CreatePodIdentityAssociationRequest |
CreatePodIdentityAssociationRequest.withTags(Map<String,String> tags)
Metadata that assists with categorization and organization.
|
Copyright © 2023. All rights reserved.