Uses of Class
software.amazon.awssdk.services.eks.model.AddonPodIdentityConfiguration
-
Packages that use AddonPodIdentityConfiguration Package Description software.amazon.awssdk.services.eks.model -
-
Uses of AddonPodIdentityConfiguration in software.amazon.awssdk.services.eks.model
Methods in software.amazon.awssdk.services.eks.model that return types with arguments of type AddonPodIdentityConfiguration Modifier and Type Method Description List<AddonPodIdentityConfiguration>DescribeAddonConfigurationResponse. podIdentityConfiguration()The Kubernetes service account name used by the addon, and any suggested IAM policies.Methods in software.amazon.awssdk.services.eks.model with parameters of type AddonPodIdentityConfiguration Modifier and Type Method Description DescribeAddonConfigurationResponse.BuilderDescribeAddonConfigurationResponse.Builder. podIdentityConfiguration(AddonPodIdentityConfiguration... podIdentityConfiguration)The Kubernetes service account name used by the addon, and any suggested IAM policies.Method parameters in software.amazon.awssdk.services.eks.model with type arguments of type AddonPodIdentityConfiguration Modifier and Type Method Description DescribeAddonConfigurationResponse.BuilderDescribeAddonConfigurationResponse.Builder. podIdentityConfiguration(Collection<AddonPodIdentityConfiguration> podIdentityConfiguration)The Kubernetes service account name used by the addon, and any suggested IAM policies.
-