Uses of Class
software.amazon.awssdk.services.quicksight.endpoints.internal.Value
-
Packages that use Value Package Description software.amazon.awssdk.services.quicksight.endpoints.internal -
-
Uses of Value in software.amazon.awssdk.services.quicksight.endpoints.internal
Subclasses of Value in software.amazon.awssdk.services.quicksight.endpoints.internal Modifier and Type Class Description static class
Value.Array
An array value.static class
Value.Bool
A boolean value.static class
Value.Endpoint
static class
Value.Int
An integer value.static class
Value.None
static class
Value.Record
A record (map) value.static class
Value.Str
A string value.Methods in software.amazon.awssdk.services.quicksight.endpoints.internal that return Value Modifier and Type Method Description Value
BooleanEqualsFn. eval(Scope<Value> scope)
Value
Condition. eval(Scope<Value> scope)
Value
Eval. eval(Scope<Value> scope)
Value
GetAttr. eval(Scope<Value> scope)
Value
GetAttr.Part. eval(Value container)
Value
GetAttr.Part.Index. eval(Value container)
Value
GetAttr.Part.Key. eval(Value container)
Value
IsValidHostLabel. eval(Scope<Value> scope)
Value
IsVirtualHostableS3Bucket. eval(Scope<Value> scope)
Value
Literal. eval(Scope<Value> scope)
Value
Ref. eval(Scope<Value> scope)
Value
SingleArgFn. eval(Scope<Value> scope)
Value
StringEqualsFn. eval(Scope<Value> scope)
Value
Substring. eval(Scope<Value> scope)
Value
Template. eval(Scope<Value> scope)
protected Value
IsSet. evalArg(Value arg)
protected Value
Not. evalArg(Value arg)
protected Value
ParseArn. evalArg(Value arg)
protected Value
ParseUrl. evalArg(Value arg)
Value
PartitionFn. evalArg(Value arg)
protected abstract Value
SingleArgFn. evalArg(Value arg)
protected Value
UriEncodeFn. evalArg(Value arg)
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. evaluateCondition(Condition condition)
Value
RuleEvaluator. evaluateRuleset(EndpointRuleset ruleset, Map<Identifier,Value> input)
static Value
Value. fromNode(JsonNode node)
Value
RuleEvaluator. generateEndpoint(EndpointResult endpoint)
Value
Value.Array. get(int idx)
Value
Value.Record. get(Identifier id)
Value
RuleEvaluator. visitBoolEquals(BooleanEqualsFn fn)
Value
RuleEvaluator. visitFn(Fn fn)
Value
RuleEvaluator. visitGetAttr(GetAttr getAttr)
Value
RuleEvaluator. visitIsSet(IsSet fn)
Value
RuleEvaluator. visitIsValidHostLabel(IsValidHostLabel fn)
Value
RuleEvaluator. visitIsVirtualHostLabelsS3Bucket(IsVirtualHostableS3Bucket fn)
Value
RuleEvaluator. visitLiteral(Literal literal)
Value
RuleEvaluator. visitNot(Not not)
Value
RuleEvaluator. visitParseArn(ParseArn fn)
Value
RuleEvaluator. visitParseUrl(ParseUrl parseUrl)
Value
RuleEvaluator. visitPartition(PartitionFn fn)
Value
RuleEvaluator. visitRef(Ref ref)
Value
RuleEvaluator. visitStringEquals(StringEqualsFn fn)
Value
RuleEvaluator. visitSubstring(Substring fn)
Value
RuleEvaluator. visitUriEncode(UriEncodeFn fn)
Methods in software.amazon.awssdk.services.quicksight.endpoints.internal that return types with arguments of type Value Modifier and Type Method Description Optional<Value>
Parameter. getDefault()
The default value for this ParameterOptional<Value>
Parameter. getDefaultValue()
Map<String,Value>
Value.Endpoint. getProperties()
Optional<Value>
Parameter. getValue()
Map<Identifier,Value>
Value.Record. getValue()
Methods in software.amazon.awssdk.services.quicksight.endpoints.internal with parameters of type Value Modifier and Type Method Description T
EndpointAttributeProvider. attributeValue(Value value)
List<EndpointAuthScheme>
DefaultEndpointAuthSchemeStrategy. createAuthSchemes(Value authSchemesValue)
List<EndpointAuthScheme>
EndpointAuthSchemeStrategy. createAuthSchemes(Value authSchemesValue)
Parameter.Builder
Parameter.Builder. defaultValue(Value defaultValue)
Value
GetAttr.Part. eval(Value container)
Value
GetAttr.Part.Index. eval(Value container)
Value
GetAttr.Part.Key. eval(Value container)
protected Value
IsSet. evalArg(Value arg)
protected Value
Not. evalArg(Value arg)
protected Value
ParseArn. evalArg(Value arg)
protected Value
ParseUrl. evalArg(Value arg)
Value
PartitionFn. evalArg(Value arg)
protected abstract Value
SingleArgFn. evalArg(Value arg)
protected Value
UriEncodeFn. evalArg(Value arg)
Value.Endpoint.Builder
Value.Endpoint.Builder. property(String name, Value value)
Parameter.Builder
Parameter.Builder. value(Value value)
Method parameters in software.amazon.awssdk.services.quicksight.endpoints.internal with type arguments of type Value Modifier and Type Method Description Value
BooleanEqualsFn. eval(Scope<Value> scope)
Value
Condition. eval(Scope<Value> scope)
Value
Eval. eval(Scope<Value> scope)
Value
GetAttr. eval(Scope<Value> scope)
Value
IsValidHostLabel. eval(Scope<Value> scope)
Value
IsVirtualHostableS3Bucket. eval(Scope<Value> scope)
Value
Literal. eval(Scope<Value> scope)
Value
Ref. eval(Scope<Value> scope)
Value
SingleArgFn. eval(Scope<Value> scope)
Value
StringEqualsFn. eval(Scope<Value> scope)
Value
Substring. eval(Scope<Value> scope)
Value
Template. eval(Scope<Value> scope)
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 Value.Array
Value. fromArray(List<Value> value)
static Value.Record
Value. fromRecord(Map<Identifier,Value> value)
Value.Endpoint.Builder
Value.Endpoint.Builder. properties(Map<String,Value> properties)
-