Uses of Class
software.amazon.awssdk.services.sts.model.AssumeRoleWithSamlResponse
-
Packages that use AssumeRoleWithSamlResponse Package Description software.amazon.awssdk.services.sts Security Token Service -
-
Uses of AssumeRoleWithSamlResponse in software.amazon.awssdk.services.sts
Methods in software.amazon.awssdk.services.sts that return AssumeRoleWithSamlResponse Modifier and Type Method Description 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.default AssumeRoleWithSamlResponseStsClient. assumeRoleWithSAML(AssumeRoleWithSamlRequest assumeRoleWithSamlRequest)Returns a set of temporary security credentials for users who have been authenticated via a SAML authentication response.Methods in software.amazon.awssdk.services.sts that return types with arguments of type AssumeRoleWithSamlResponse Modifier and Type Method Description default CompletableFuture<AssumeRoleWithSamlResponse>StsAsyncClient. assumeRoleWithSAML(Consumer<AssumeRoleWithSamlRequest.Builder> assumeRoleWithSamlRequest)Returns a set of temporary security credentials for users who have been authenticated via a SAML authentication response.default CompletableFuture<AssumeRoleWithSamlResponse>StsAsyncClient. assumeRoleWithSAML(AssumeRoleWithSamlRequest assumeRoleWithSamlRequest)Returns a set of temporary security credentials for users who have been authenticated via a SAML authentication response.
-