Uses of Interface
software.amazon.awssdk.services.sts.model.AssumeRoleWithSamlRequest.Builder
Packages that use AssumeRoleWithSamlRequest.Builder
Package
Description
-
Uses of AssumeRoleWithSamlRequest.Builder in software.amazon.awssdk.services.sts
Method parameters in software.amazon.awssdk.services.sts with type arguments of type AssumeRoleWithSamlRequest.BuilderModifier and TypeMethodDescriptionStsAsyncClient.assumeRoleWithSAML(Consumer<AssumeRoleWithSamlRequest.Builder> assumeRoleWithSamlRequest) Returns a set of temporary security credentials for users who have been authenticated via a SAML authentication response.default AssumeRoleWithSamlResponseStsClient.assumeRoleWithSAML(Consumer<AssumeRoleWithSamlRequest.Builder> assumeRoleWithSamlRequest) Returns a set of temporary security credentials for users who have been authenticated via a SAML authentication response. -
Uses of AssumeRoleWithSamlRequest.Builder in software.amazon.awssdk.services.sts.auth
Method parameters in software.amazon.awssdk.services.sts.auth with type arguments of type AssumeRoleWithSamlRequest.BuilderModifier and TypeMethodDescriptionStsAssumeRoleWithSamlCredentialsProvider.Builder.refreshRequest(Consumer<AssumeRoleWithSamlRequest.Builder> assumeRoleWithSamlRequest) Similar toStsAssumeRoleWithSamlCredentialsProvider.Builder.refreshRequest(AssumeRoleWithSamlRequest), but takes a lambda to configure a newAssumeRoleWithSamlRequest.Builder. -
Uses of AssumeRoleWithSamlRequest.Builder in software.amazon.awssdk.services.sts.model
Methods in software.amazon.awssdk.services.sts.model that return AssumeRoleWithSamlRequest.BuilderModifier and TypeMethodDescriptionAssumeRoleWithSamlRequest.builder()AssumeRoleWithSamlRequest.Builder.durationSeconds(Integer durationSeconds) The duration, in seconds, of the role session.AssumeRoleWithSamlRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) AssumeRoleWithSamlRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) An IAM policy in JSON format that you want to use as an inline session policy.AssumeRoleWithSamlRequest.Builder.policyArns(Collection<PolicyDescriptorType> policyArns) The Amazon Resource Names (ARNs) of the IAM managed policies that you want to use as managed session policies.AssumeRoleWithSamlRequest.Builder.policyArns(Consumer<PolicyDescriptorType.Builder>... policyArns) The Amazon Resource Names (ARNs) of the IAM managed policies that you want to use as managed session policies.AssumeRoleWithSamlRequest.Builder.policyArns(PolicyDescriptorType... policyArns) The Amazon Resource Names (ARNs) of the IAM managed policies that you want to use as managed session policies.AssumeRoleWithSamlRequest.Builder.principalArn(String principalArn) The Amazon Resource Name (ARN) of the SAML provider in IAM that describes the IdP.The Amazon Resource Name (ARN) of the role that the caller is assuming.AssumeRoleWithSamlRequest.Builder.samlAssertion(String samlAssertion) The base64 encoded SAML authentication response provided by the IdP.AssumeRoleWithSamlRequest.toBuilder()Methods in software.amazon.awssdk.services.sts.model that return types with arguments of type AssumeRoleWithSamlRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends AssumeRoleWithSamlRequest.Builder>AssumeRoleWithSamlRequest.serializableBuilderClass()