| Package | Description |
|---|---|
| software.amazon.awscdk |
AWS Cloud Development Kit Library
|
| Modifier and Type | Field and Description |
|---|---|
static TokenComparison |
TokenComparison.BOTH_UNRESOLVED
(experimental) This means both components are Tokens.
|
static TokenComparison |
TokenComparison.DIFFERENT
(experimental) This means we're certain the two components are NOT Tokens, and different.
|
static TokenComparison |
TokenComparison.ONE_UNRESOLVED
(experimental) This means exactly one of the components is a Token.
|
static TokenComparison |
TokenComparison.SAME
(experimental) This means we're certain the two components are NOT Tokens, and identical.
|
| Modifier and Type | Method and Description |
|---|---|
static TokenComparison |
Token.compareStrings(String possibleToken1,
String possibleToken2)
(experimental) Compare two strings that might contain Tokens with each other.
|
Copyright © 2021. All rights reserved.