Uses of Class
software.amazon.awssdk.services.eksauth.model.AssumeRoleForPodIdentityResponse
-
Packages that use AssumeRoleForPodIdentityResponse Package Description software.amazon.awssdk.services.eksauth The Amazon EKS Auth API and theAssumeRoleForPodIdentityaction are only used by the EKS Pod Identity Agent. -
-
Uses of AssumeRoleForPodIdentityResponse in software.amazon.awssdk.services.eksauth
Methods in software.amazon.awssdk.services.eksauth that return AssumeRoleForPodIdentityResponse Modifier and Type Method Description default AssumeRoleForPodIdentityResponseEksAuthClient. assumeRoleForPodIdentity(Consumer<AssumeRoleForPodIdentityRequest.Builder> assumeRoleForPodIdentityRequest)The Amazon EKS Auth API and theAssumeRoleForPodIdentityaction are only used by the EKS Pod Identity Agent.default AssumeRoleForPodIdentityResponseEksAuthClient. assumeRoleForPodIdentity(AssumeRoleForPodIdentityRequest assumeRoleForPodIdentityRequest)The Amazon EKS Auth API and theAssumeRoleForPodIdentityaction are only used by the EKS Pod Identity Agent.Methods in software.amazon.awssdk.services.eksauth that return types with arguments of type AssumeRoleForPodIdentityResponse Modifier and Type Method Description default CompletableFuture<AssumeRoleForPodIdentityResponse>EksAuthAsyncClient. assumeRoleForPodIdentity(Consumer<AssumeRoleForPodIdentityRequest.Builder> assumeRoleForPodIdentityRequest)The Amazon EKS Auth API and theAssumeRoleForPodIdentityaction are only used by the EKS Pod Identity Agent.default CompletableFuture<AssumeRoleForPodIdentityResponse>EksAuthAsyncClient. assumeRoleForPodIdentity(AssumeRoleForPodIdentityRequest assumeRoleForPodIdentityRequest)The Amazon EKS Auth API and theAssumeRoleForPodIdentityaction are only used by the EKS Pod Identity Agent.
-