Uses of Class
software.amazon.awssdk.services.bedrockagentcore.endpoints.internal.Value
Packages that use Value
-
Uses of Value in software.amazon.awssdk.services.bedrockagentcore.endpoints.internal
Subclasses of Value in software.amazon.awssdk.services.bedrockagentcore.endpoints.internalModifier and TypeClassDescriptionstatic classAn array value.static classA boolean value.static classstatic classAn integer value.static classstatic classA record (map) value.static classA string value.Methods in software.amazon.awssdk.services.bedrockagentcore.endpoints.internal that return ValueModifier and TypeMethodDescriptionprotected Valueprotected Valueprotected Valueprotected Valueprotected abstract Valueprotected ValueDefaultRuleEngine.evaluate(EndpointRuleset ruleset, Map<Identifier, Value> args) RuleEngine.evaluate(EndpointRuleset ruleset, Map<Identifier, Value> args) Evaluate the givenEndpointRulesetusing the named values inargsas input into the rule set.RuleEvaluator.evaluateCondition(Condition condition) RuleEvaluator.evaluateRuleset(EndpointRuleset ruleset, Map<Identifier, Value> input) static ValueRuleEvaluator.generateEndpoint(EndpointResult endpoint) Value.Array.get(int idx) Value.Record.get(Identifier id) RuleEvaluator.visitBoolEquals(BooleanEqualsFn fn) RuleEvaluator.visitGetAttr(GetAttr getAttr) RuleEvaluator.visitIsSet(IsSet fn) RuleEvaluator.visitIsValidHostLabel(IsValidHostLabel fn) RuleEvaluator.visitIsVirtualHostLabelsS3Bucket(IsVirtualHostableS3Bucket fn) RuleEvaluator.visitLiteral(Literal literal) RuleEvaluator.visitParseArn(ParseArn fn) RuleEvaluator.visitParseUrl(ParseUrl parseUrl) RuleEvaluator.visitPartition(PartitionFn fn) RuleEvaluator.visitStringEquals(StringEqualsFn fn) RuleEvaluator.visitSubstring(Substring fn) RuleEvaluator.visitUriEncode(UriEncodeFn fn) Methods in software.amazon.awssdk.services.bedrockagentcore.endpoints.internal that return types with arguments of type ValueModifier and TypeMethodDescriptionParameter.getDefault()The default value for this ParameterParameter.getDefaultValue()Value.Endpoint.getProperties()Parameter.getValue()Value.Record.getValue()Methods in software.amazon.awssdk.services.bedrockagentcore.endpoints.internal with parameters of type ValueModifier and TypeMethodDescriptionEndpointAttributeProvider.attributeValue(Value value) DefaultEndpointAuthSchemeStrategy.createAuthSchemes(Value authSchemesValue) EndpointAuthSchemeStrategy.createAuthSchemes(Value authSchemesValue) Parameter.Builder.defaultValue(Value defaultValue) protected Valueprotected Valueprotected Valueprotected Valueprotected abstract Valueprotected ValueMethod parameters in software.amazon.awssdk.services.bedrockagentcore.endpoints.internal with type arguments of type ValueModifier and TypeMethodDescriptionDefaultRuleEngine.evaluate(EndpointRuleset ruleset, Map<Identifier, Value> args) RuleEngine.evaluate(EndpointRuleset ruleset, Map<Identifier, Value> args) Evaluate the givenEndpointRulesetusing the named values inargsas input into the rule set.RuleEvaluator.evaluateRuleset(EndpointRuleset ruleset, Map<Identifier, Value> input) voidValue.Record.forEach(BiConsumer<Identifier, Value> fn) static Value.Arraystatic Value.RecordValue.fromRecord(Map<Identifier, Value> value) Value.Endpoint.Builder.properties(Map<String, Value> properties)