Uses of Class
software.amazon.awssdk.services.translate.endpoints.internal.Identifier
-
Packages that use Identifier Package Description software.amazon.awssdk.services.translate.endpoints.internal -
-
Uses of Identifier in software.amazon.awssdk.services.translate.endpoints.internal
Fields in software.amazon.awssdk.services.translate.endpoints.internal declared as Identifier Modifier and Type Field Description static Identifier
ParseArn. ACCOUNT_ID
static Identifier
ParseUrl. AUTHORITY
static Identifier
PartitionFn. DNS_SUFFIX
static Identifier
PartitionFn. DUAL_STACK_DNS_SUFFIX
static Identifier
PartitionFn. IMPLICIT_GLOBAL_REGION
static Identifier
PartitionFn. INFERRED
static Identifier
ParseUrl. IS_IP
static Identifier
PartitionFn. NAME
static Identifier
ParseUrl. NORMALIZED_PATH
static Identifier
ParseArn. PARTITION
static Identifier
ParseUrl. PATH
static Identifier
ParseArn. REGION
static Identifier
ParseUrl. SCHEME
static Identifier
ParseArn. SERVICE
static Identifier
Substring. SUBSTRING
static Identifier
PartitionFn. SUPPORTS_DUAL_STACK
static Identifier
PartitionFn. SUPPORTS_FIPS
Methods in software.amazon.awssdk.services.translate.endpoints.internal that return Identifier Modifier and Type Method Description static Identifier
Identifier. fromString(String name)
Identifier
Parameter. getName()
Identifier
Ref. getName()
Identifier
GetAttr.Part.Key. key()
static Identifier
Identifier. of(String name)
Methods in software.amazon.awssdk.services.translate.endpoints.internal that return types with arguments of type Identifier Modifier and Type Method Description Map<Identifier,Expr>
EndpointResult. getProperties()
Optional<Identifier>
Condition. getResult()
Map<Identifier,Value>
Value.Record. getValue()
HashMap<Identifier,T>
FatScope. types()
Methods in software.amazon.awssdk.services.translate.endpoints.internal with parameters of type Identifier Modifier and Type Method Description EndpointResult.Builder
EndpointResult.Builder. addProperty(Identifier name, Expr value)
T
Scope. expectValue(Identifier name)
Optional<Parameter>
Parameters. get(Identifier name)
Value
Value.Record. get(Identifier id)
GetAttr
Expr. getAttr(Identifier path)
Optional<T>
Scope. getValue(Identifier name)
void
Scope. insert(Identifier name, T value)
Parameter.Builder
Parameter.Builder. name(Identifier name)
static Ref
Expr. ref(Identifier name)
Method parameters in software.amazon.awssdk.services.translate.endpoints.internal with type arguments of type Identifier Modifier and Type Method Description Value
DefaultRuleEngine. evaluate(EndpointRuleset ruleset, Map<Identifier,Value> args)
Value
RuleEngine. evaluate(EndpointRuleset ruleset, Map<Identifier,Value> args)
Evaluate the givenEndpointRuleset
using the named values inargs
as input into the rule set.Value
RuleEvaluator. evaluateRuleset(EndpointRuleset ruleset, Map<Identifier,Value> input)
void
Value.Record. forEach(BiConsumer<Identifier,Value> fn)
static Literal
Literal. fromRecord(Map<Identifier,Literal> record)
static Value.Record
Value. fromRecord(Map<Identifier,Value> value)
T
Literal.Visitor. visitObject(Map<Identifier,Literal> members)
Constructors in software.amazon.awssdk.services.translate.endpoints.internal with parameters of type Identifier Constructor Description Key(Identifier key)
Ref(Identifier name)
Constructor parameters in software.amazon.awssdk.services.translate.endpoints.internal with type arguments of type Identifier Constructor Description FatScope(HashMap<Identifier,T> types, HashMap<Expr,T> facts)
-