Uses of Class
software.amazon.awssdk.services.eks.model.PodIdentityAssociation
-
Packages that use PodIdentityAssociation Package Description software.amazon.awssdk.services.eks.model -
-
Uses of PodIdentityAssociation in software.amazon.awssdk.services.eks.model
Methods in software.amazon.awssdk.services.eks.model that return PodIdentityAssociation Modifier and Type Method Description PodIdentityAssociationCreatePodIdentityAssociationResponse. association()The full description of your new association.PodIdentityAssociationDeletePodIdentityAssociationResponse. association()The full description of the EKS Pod Identity association that was deleted.PodIdentityAssociationDescribePodIdentityAssociationResponse. association()The full description of the EKS Pod Identity association.PodIdentityAssociationUpdatePodIdentityAssociationResponse. association()The full description of the EKS Pod Identity association that was updated.Methods in software.amazon.awssdk.services.eks.model with parameters of type PodIdentityAssociation Modifier and Type Method Description CreatePodIdentityAssociationResponse.BuilderCreatePodIdentityAssociationResponse.Builder. association(PodIdentityAssociation association)The full description of your new association.DeletePodIdentityAssociationResponse.BuilderDeletePodIdentityAssociationResponse.Builder. association(PodIdentityAssociation association)The full description of the EKS Pod Identity association that was deleted.DescribePodIdentityAssociationResponse.BuilderDescribePodIdentityAssociationResponse.Builder. association(PodIdentityAssociation association)The full description of the EKS Pod Identity association.UpdatePodIdentityAssociationResponse.BuilderUpdatePodIdentityAssociationResponse.Builder. association(PodIdentityAssociation association)The full description of the EKS Pod Identity association that was updated.
-