Uses of Class
software.amazon.awssdk.services.s3.endpoints.internal.Value
-
Packages that use Value Package Description software.amazon.awssdk.services.s3.endpoints.internal -
-
Uses of Value in software.amazon.awssdk.services.s3.endpoints.internal
Subclasses of Value in software.amazon.awssdk.services.s3.endpoints.internal Modifier and Type Class Description static classValue.ArrayAn array value.static classValue.BoolA boolean value.static classValue.Endpointstatic classValue.IntAn integer value.static classValue.Nonestatic classValue.RecordA record (map) value.static classValue.StrA string value.Methods in software.amazon.awssdk.services.s3.endpoints.internal that return Value Modifier and Type Method Description static ValueValue. fromNode(JsonNode node)ValueValue.Array. get(int idx)ValueValue.Record. get(Identifier id)Methods in software.amazon.awssdk.services.s3.endpoints.internal that return types with arguments of type Value Modifier and Type Method Description Map<String,Value>Value.Endpoint. getProperties()Map<Identifier,Value>Value.Record. getValue()Methods in software.amazon.awssdk.services.s3.endpoints.internal with parameters of type Value Modifier and Type Method Description TEndpointAttributeProvider. attributeValue(Value value)List<EndpointAuthScheme>DefaultEndpointAuthSchemeStrategy. createAuthSchemes(Value authSchemesValue)List<EndpointAuthScheme>EndpointAuthSchemeStrategy. createAuthSchemes(Value authSchemesValue)Value.Endpoint.BuilderValue.Endpoint.Builder. property(String name, Value value)Method parameters in software.amazon.awssdk.services.s3.endpoints.internal with type arguments of type Value Modifier and Type Method Description voidValue.Record. forEach(BiConsumer<Identifier,Value> fn)static Value.ArrayValue. fromArray(List<Value> value)static Value.RecordValue. fromRecord(Map<Identifier,Value> value)Value.Endpoint.BuilderValue.Endpoint.Builder. properties(Map<String,Value> properties)
-