| Package | Description |
|---|---|
| com.amazonaws.services.eks.model |
| Modifier and Type | Method and Description |
|---|---|
PodIdentityAssociation |
PodIdentityAssociation.addTagsEntry(String key,
String value)
Add a single Tags entry
|
PodIdentityAssociation |
PodIdentityAssociation.clearTagsEntries()
Removes all the entries added into Tags.
|
PodIdentityAssociation |
PodIdentityAssociation.clone() |
PodIdentityAssociation |
UpdatePodIdentityAssociationResult.getAssociation()
The full description of the EKS Pod Identity association that was updated.
|
PodIdentityAssociation |
DescribePodIdentityAssociationResult.getAssociation()
The full description of the EKS Pod Identity association.
|
PodIdentityAssociation |
DeletePodIdentityAssociationResult.getAssociation()
The full description of the EKS Pod Identity association that was deleted.
|
PodIdentityAssociation |
CreatePodIdentityAssociationResult.getAssociation()
The full description of your new association.
|
PodIdentityAssociation |
PodIdentityAssociation.withAssociationArn(String associationArn)
The Amazon Resource Name (ARN) of the association.
|
PodIdentityAssociation |
PodIdentityAssociation.withAssociationId(String associationId)
The ID of the association.
|
PodIdentityAssociation |
PodIdentityAssociation.withClusterName(String clusterName)
The name of the cluster that the association is in.
|
PodIdentityAssociation |
PodIdentityAssociation.withCreatedAt(Date createdAt)
The timestamp that the association was created at.
|
PodIdentityAssociation |
PodIdentityAssociation.withModifiedAt(Date modifiedAt)
The most recent timestamp that the association was modified at
|
PodIdentityAssociation |
PodIdentityAssociation.withNamespace(String namespace)
The name of the Kubernetes namespace inside the cluster to create the association in.
|
PodIdentityAssociation |
PodIdentityAssociation.withRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM role to associate with the service account.
|
PodIdentityAssociation |
PodIdentityAssociation.withServiceAccount(String serviceAccount)
The name of the Kubernetes service account inside the cluster to associate the IAM credentials with.
|
PodIdentityAssociation |
PodIdentityAssociation.withTags(Map<String,String> tags)
Metadata that assists with categorization and organization.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdatePodIdentityAssociationResult.setAssociation(PodIdentityAssociation association)
The full description of the EKS Pod Identity association that was updated.
|
void |
DescribePodIdentityAssociationResult.setAssociation(PodIdentityAssociation association)
The full description of the EKS Pod Identity association.
|
void |
DeletePodIdentityAssociationResult.setAssociation(PodIdentityAssociation association)
The full description of the EKS Pod Identity association that was deleted.
|
void |
CreatePodIdentityAssociationResult.setAssociation(PodIdentityAssociation association)
The full description of your new association.
|
UpdatePodIdentityAssociationResult |
UpdatePodIdentityAssociationResult.withAssociation(PodIdentityAssociation association)
The full description of the EKS Pod Identity association that was updated.
|
DescribePodIdentityAssociationResult |
DescribePodIdentityAssociationResult.withAssociation(PodIdentityAssociation association)
The full description of the EKS Pod Identity association.
|
DeletePodIdentityAssociationResult |
DeletePodIdentityAssociationResult.withAssociation(PodIdentityAssociation association)
The full description of the EKS Pod Identity association that was deleted.
|
CreatePodIdentityAssociationResult |
CreatePodIdentityAssociationResult.withAssociation(PodIdentityAssociation association)
The full description of your new association.
|
Copyright © 2024. All rights reserved.