Uses of Interface
software.amazon.awssdk.services.gamelift.model.AttributeValue.Builder
-
Packages that use AttributeValue.Builder Package Description software.amazon.awssdk.services.gamelift.model -
-
Uses of AttributeValue.Builder in software.amazon.awssdk.services.gamelift.model
Methods in software.amazon.awssdk.services.gamelift.model that return AttributeValue.Builder Modifier and Type Method Description static AttributeValue.BuilderAttributeValue. builder()AttributeValue.BuilderAttributeValue.Builder. n(Double n)For number values, expressed as double.AttributeValue.BuilderAttributeValue.Builder. s(String s)For single string values.AttributeValue.BuilderAttributeValue.Builder. sdm(Map<String,Double> sdm)For a map of up to 10 data type:value pairs.AttributeValue.BuilderAttributeValue.Builder. sl(String... sl)For a list of up to 100 strings.AttributeValue.BuilderAttributeValue.Builder. sl(Collection<String> sl)For a list of up to 100 strings.AttributeValue.BuilderAttributeValue. toBuilder()Methods in software.amazon.awssdk.services.gamelift.model that return types with arguments of type AttributeValue.Builder Modifier and Type Method Description static Class<? extends AttributeValue.Builder>AttributeValue. serializableBuilderClass()
-