Uses of Class
software.amazon.awssdk.services.sts.model.AssumeRoleWithSamlRequest
Packages that use AssumeRoleWithSamlRequest
Package
Description
-
Uses of AssumeRoleWithSamlRequest in software.amazon.awssdk.services.sts
Methods in software.amazon.awssdk.services.sts with parameters of type AssumeRoleWithSamlRequestModifier and TypeMethodDescriptionStsAsyncClient.assumeRoleWithSAML(AssumeRoleWithSamlRequest assumeRoleWithSamlRequest) Returns a set of temporary security credentials for users who have been authenticated via a SAML authentication response.default AssumeRoleWithSamlResponseStsClient.assumeRoleWithSAML(AssumeRoleWithSamlRequest assumeRoleWithSamlRequest) Returns a set of temporary security credentials for users who have been authenticated via a SAML authentication response. -
Uses of AssumeRoleWithSamlRequest in software.amazon.awssdk.services.sts.auth
Methods in software.amazon.awssdk.services.sts.auth with parameters of type AssumeRoleWithSamlRequestModifier and TypeMethodDescriptionStsAssumeRoleWithSamlCredentialsProvider.Builder.refreshRequest(AssumeRoleWithSamlRequest assumeRoleWithSamlRequest) Configure theAssumeRoleWithSamlRequestthat should be periodically sent to the STS service to update the session token when it gets close to expiring.Method parameters in software.amazon.awssdk.services.sts.auth with type arguments of type AssumeRoleWithSamlRequestModifier and TypeMethodDescriptionStsAssumeRoleWithSamlCredentialsProvider.Builder.refreshRequest(Supplier<AssumeRoleWithSamlRequest> assumeRoleWithSamlRequestSupplier) Similar toStsAssumeRoleWithSamlCredentialsProvider.Builder.refreshRequest(AssumeRoleWithSamlRequest), but takes aSupplierto supply the request to STS. -
Uses of AssumeRoleWithSamlRequest in software.amazon.awssdk.services.sts.transform
Methods in software.amazon.awssdk.services.sts.transform with parameters of type AssumeRoleWithSamlRequestModifier and TypeMethodDescriptionAssumeRoleWithSamlRequestMarshaller.marshall(AssumeRoleWithSamlRequest assumeRoleWithSamlRequest)