Uses of Interface
software.amazon.awssdk.services.eksauth.model.AssumeRoleForPodIdentityRequest.Builder
-
Packages that use AssumeRoleForPodIdentityRequest.Builder Package Description software.amazon.awssdk.services.eksauth The Amazon EKS Auth API and theAssumeRoleForPodIdentityaction are only used by the EKS Pod Identity Agent.software.amazon.awssdk.services.eksauth.model -
-
Uses of AssumeRoleForPodIdentityRequest.Builder in software.amazon.awssdk.services.eksauth
Method parameters in software.amazon.awssdk.services.eksauth with type arguments of type AssumeRoleForPodIdentityRequest.Builder 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 AssumeRoleForPodIdentityResponseEksAuthClient. assumeRoleForPodIdentity(Consumer<AssumeRoleForPodIdentityRequest.Builder> assumeRoleForPodIdentityRequest)The Amazon EKS Auth API and theAssumeRoleForPodIdentityaction are only used by the EKS Pod Identity Agent. -
Uses of AssumeRoleForPodIdentityRequest.Builder in software.amazon.awssdk.services.eksauth.model
Methods in software.amazon.awssdk.services.eksauth.model that return AssumeRoleForPodIdentityRequest.Builder Modifier and Type Method Description static AssumeRoleForPodIdentityRequest.BuilderAssumeRoleForPodIdentityRequest. builder()AssumeRoleForPodIdentityRequest.BuilderAssumeRoleForPodIdentityRequest.Builder. clusterName(String clusterName)The name of the cluster for the request.AssumeRoleForPodIdentityRequest.BuilderAssumeRoleForPodIdentityRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)AssumeRoleForPodIdentityRequest.BuilderAssumeRoleForPodIdentityRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)AssumeRoleForPodIdentityRequest.BuilderAssumeRoleForPodIdentityRequest. toBuilder()AssumeRoleForPodIdentityRequest.BuilderAssumeRoleForPodIdentityRequest.Builder. token(String token)The token of the Kubernetes service account for the pod.Methods in software.amazon.awssdk.services.eksauth.model that return types with arguments of type AssumeRoleForPodIdentityRequest.Builder Modifier and Type Method Description static Class<? extends AssumeRoleForPodIdentityRequest.Builder>AssumeRoleForPodIdentityRequest. serializableBuilderClass()
-