| Package | Description |
|---|---|
| com.amazonaws.auth | |
| com.amazonaws.services.securitytoken.model |
| Modifier and Type | Method and Description |
|---|---|
STSAssumeRoleSessionCredentialsProvider.Builder |
STSAssumeRoleSessionCredentialsProvider.Builder.withSessionTags(Collection<Tag> sessionTags)
Set the tags that is used when creating a new assumed role
session.
|
| Modifier and Type | Method and Description |
|---|---|
Tag |
Tag.clone() |
Tag |
Tag.withKey(String key)
The key for a session tag.
|
Tag |
Tag.withValue(String value)
The value for a session tag.
|
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
AssumeRoleRequest.getTags()
A list of session tags that you want to pass.
|
List<Tag> |
GetFederationTokenRequest.getTags()
A list of session tags.
|
| Modifier and Type | Method and Description |
|---|---|
AssumeRoleRequest |
AssumeRoleRequest.withTags(Tag... tags)
A list of session tags that you want to pass.
|
GetFederationTokenRequest |
GetFederationTokenRequest.withTags(Tag... tags)
A list of session tags.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AssumeRoleRequest.setTags(Collection<Tag> tags)
A list of session tags that you want to pass.
|
void |
GetFederationTokenRequest.setTags(Collection<Tag> tags)
A list of session tags.
|
AssumeRoleRequest |
AssumeRoleRequest.withTags(Collection<Tag> tags)
A list of session tags that you want to pass.
|
GetFederationTokenRequest |
GetFederationTokenRequest.withTags(Collection<Tag> tags)
A list of session tags.
|
Copyright © 2024. All rights reserved.