Uses of Class
software.amazon.awssdk.services.acm.endpoints.internal.Identifier
-
Packages that use Identifier Package Description software.amazon.awssdk.services.acm.endpoints.internal -
-
Uses of Identifier in software.amazon.awssdk.services.acm.endpoints.internal
Fields in software.amazon.awssdk.services.acm.endpoints.internal declared as Identifier Modifier and Type Field Description static IdentifierParseArn. ACCOUNT_IDstatic IdentifierParseUrl. AUTHORITYstatic IdentifierPartitionFn. DNS_SUFFIXstatic IdentifierPartitionFn. DUAL_STACK_DNS_SUFFIXstatic IdentifierPartitionFn. INFERREDstatic IdentifierParseUrl. IS_IPstatic IdentifierPartitionFn. NAMEstatic IdentifierParseUrl. NORMALIZED_PATHstatic IdentifierParseArn. PARTITIONstatic IdentifierParseUrl. PATHstatic IdentifierParseArn. REGIONstatic IdentifierParseUrl. SCHEMEstatic IdentifierParseArn. SERVICEstatic IdentifierSubstring. SUBSTRINGstatic IdentifierPartitionFn. SUPPORTS_DUAL_STACKstatic IdentifierPartitionFn. SUPPORTS_FIPSMethods in software.amazon.awssdk.services.acm.endpoints.internal that return Identifier Modifier and Type Method Description static IdentifierIdentifier. fromString(String name)IdentifierParameter. getName()IdentifierRef. getName()IdentifierGetAttr.Part.Key. key()static IdentifierIdentifier. of(String name)Methods in software.amazon.awssdk.services.acm.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.acm.endpoints.internal with parameters of type Identifier Modifier and Type Method Description EndpointResult.BuilderEndpointResult.Builder. addProperty(Identifier name, Expr value)TScope. expectValue(Identifier name)Optional<Parameter>Parameters. get(Identifier name)ValueValue.Record. get(Identifier id)GetAttrExpr. getAttr(Identifier path)Optional<T>Scope. getValue(Identifier name)voidScope. insert(Identifier name, T value)Parameter.BuilderParameter.Builder. name(Identifier name)static RefExpr. ref(Identifier name)Method parameters in software.amazon.awssdk.services.acm.endpoints.internal with type arguments of type Identifier Modifier and Type Method Description ValueDefaultRuleEngine. evaluate(EndpointRuleset ruleset, Map<Identifier,Value> args)ValueRuleEngine. evaluate(EndpointRuleset ruleset, Map<Identifier,Value> args)Evaluate the givenEndpointRulesetusing the named values inargsas input into the rule set.ValueRuleEvaluator. evaluateRuleset(EndpointRuleset ruleset, Map<Identifier,Value> input)voidValue.Record. forEach(BiConsumer<Identifier,Value> fn)static LiteralLiteral. fromRecord(Map<Identifier,Literal> record)static Value.RecordValue. fromRecord(Map<Identifier,Value> value)TLiteral.Visitor. visitObject(Map<Identifier,Literal> members)Constructors in software.amazon.awssdk.services.acm.endpoints.internal with parameters of type Identifier Constructor Description Key(Identifier key)Ref(Identifier name)Constructor parameters in software.amazon.awssdk.services.acm.endpoints.internal with type arguments of type Identifier Constructor Description FatScope(HashMap<Identifier,T> types, HashMap<Expr,T> facts)
-