| Package | Description |
|---|---|
| com.amazonaws.services.securitytoken.model |
| Modifier and Type | Method and Description |
|---|---|
ProvidedContext |
ProvidedContext.clone() |
ProvidedContext |
ProvidedContext.withContextAssertion(String contextAssertion)
The signed and encrypted trusted context assertion generated by the context provider.
|
ProvidedContext |
ProvidedContext.withProviderArn(String providerArn)
The context provider ARN from which the trusted context assertion was generated.
|
| Modifier and Type | Method and Description |
|---|---|
List<ProvidedContext> |
AssumeRoleRequest.getProvidedContexts()
A list of previously acquired trusted context assertions in the format of a JSON array.
|
| Modifier and Type | Method and Description |
|---|---|
AssumeRoleRequest |
AssumeRoleRequest.withProvidedContexts(ProvidedContext... providedContexts)
A list of previously acquired trusted context assertions in the format of a JSON array.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AssumeRoleRequest.setProvidedContexts(Collection<ProvidedContext> providedContexts)
A list of previously acquired trusted context assertions in the format of a JSON array.
|
AssumeRoleRequest |
AssumeRoleRequest.withProvidedContexts(Collection<ProvidedContext> providedContexts)
A list of previously acquired trusted context assertions in the format of a JSON array.
|
Copyright © 2023. All rights reserved.