Uses of Class
software.amazon.awssdk.services.eksauth.model.Subject
-
Packages that use Subject Package Description software.amazon.awssdk.services.eksauth.model -
-
Uses of Subject in software.amazon.awssdk.services.eksauth.model
Methods in software.amazon.awssdk.services.eksauth.model that return Subject Modifier and Type Method Description SubjectAssumeRoleForPodIdentityResponse. subject()The name of the Kubernetes service account inside the cluster to associate the IAM credentials with.Methods in software.amazon.awssdk.services.eksauth.model with parameters of type Subject Modifier and Type Method Description AssumeRoleForPodIdentityResponse.BuilderAssumeRoleForPodIdentityResponse.Builder. subject(Subject subject)The name of the Kubernetes service account inside the cluster to associate the IAM credentials with.
-