| Package | Description |
|---|---|
| com.amazonaws.services.licensemanager.model |
| Modifier and Type | Method and Description |
|---|---|
TokenData |
TokenData.clone() |
TokenData |
TokenData.withExpirationTime(String expirationTime)
Token expiration time, in ISO8601-UTC format.
|
TokenData |
TokenData.withLicenseArn(String licenseArn)
Amazon Resource Name (ARN) of the license.
|
TokenData |
TokenData.withRoleArns(Collection<String> roleArns)
Amazon Resource Names (ARN) of the roles included in the token.
|
TokenData |
TokenData.withRoleArns(String... roleArns)
Amazon Resource Names (ARN) of the roles included in the token.
|
TokenData |
TokenData.withStatus(String status)
Token status.
|
TokenData |
TokenData.withTokenId(String tokenId)
Token ID.
|
TokenData |
TokenData.withTokenProperties(Collection<String> tokenProperties)
Data specified by the caller.
|
TokenData |
TokenData.withTokenProperties(String... tokenProperties)
Data specified by the caller.
|
TokenData |
TokenData.withTokenType(String tokenType)
Type of token generated.
|
| Modifier and Type | Method and Description |
|---|---|
List<TokenData> |
ListTokensResult.getTokens()
Received token details.
|
| Modifier and Type | Method and Description |
|---|---|
ListTokensResult |
ListTokensResult.withTokens(TokenData... tokens)
Received token details.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListTokensResult.setTokens(Collection<TokenData> tokens)
Received token details.
|
ListTokensResult |
ListTokensResult.withTokens(Collection<TokenData> tokens)
Received token details.
|
Copyright © 2023. All rights reserved.