| Package | Description |
|---|---|
| software.amazon.awssdk.services.sts |
|
| Modifier and Type | Method and Description |
|---|---|
default AssumeRoleWithSamlResponse |
StsClient.assumeRoleWithSAML(AssumeRoleWithSamlRequest assumeRoleWithSamlRequest)
Returns a set of temporary security credentials for users who have been authenticated via a SAML authentication
response.
|
default AssumeRoleWithSamlResponse |
StsClient.assumeRoleWithSAML(Consumer<AssumeRoleWithSamlRequest.Builder> assumeRoleWithSamlRequest)
Returns a set of temporary security credentials for users who have been authenticated via a SAML authentication
response.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.
|
Copyright © 2023. All rights reserved.