Uses of Class
software.amazon.awssdk.services.lakeformation.model.AssumeDecoratedRoleWithSamlResponse
-
Packages that use AssumeDecoratedRoleWithSamlResponse Package Description software.amazon.awssdk.services.lakeformation Lake Formation -
-
Uses of AssumeDecoratedRoleWithSamlResponse in software.amazon.awssdk.services.lakeformation
Methods in software.amazon.awssdk.services.lakeformation that return AssumeDecoratedRoleWithSamlResponse Modifier and Type Method Description default AssumeDecoratedRoleWithSamlResponseLakeFormationClient. assumeDecoratedRoleWithSAML(Consumer<AssumeDecoratedRoleWithSamlRequest.Builder> assumeDecoratedRoleWithSamlRequest)Allows a caller to assume an IAM role decorated as the SAML user specified in the SAML assertion included in the request.default AssumeDecoratedRoleWithSamlResponseLakeFormationClient. assumeDecoratedRoleWithSAML(AssumeDecoratedRoleWithSamlRequest assumeDecoratedRoleWithSamlRequest)Allows a caller to assume an IAM role decorated as the SAML user specified in the SAML assertion included in the request.Methods in software.amazon.awssdk.services.lakeformation that return types with arguments of type AssumeDecoratedRoleWithSamlResponse Modifier and Type Method Description default CompletableFuture<AssumeDecoratedRoleWithSamlResponse>LakeFormationAsyncClient. assumeDecoratedRoleWithSAML(Consumer<AssumeDecoratedRoleWithSamlRequest.Builder> assumeDecoratedRoleWithSamlRequest)Allows a caller to assume an IAM role decorated as the SAML user specified in the SAML assertion included in the request.default CompletableFuture<AssumeDecoratedRoleWithSamlResponse>LakeFormationAsyncClient. assumeDecoratedRoleWithSAML(AssumeDecoratedRoleWithSamlRequest assumeDecoratedRoleWithSamlRequest)Allows a caller to assume an IAM role decorated as the SAML user specified in the SAML assertion included in the request.
-