| Package | Description |
|---|---|
| software.amazon.awssdk.services.gamelift.model |
| Modifier and Type | Method and Description |
|---|---|
static AttributeValue.Builder |
AttributeValue.builder() |
AttributeValue.Builder |
AttributeValue.Builder.n(Double n)
For number values, expressed as double.
|
AttributeValue.Builder |
AttributeValue.Builder.s(String s)
For single string values.
|
AttributeValue.Builder |
AttributeValue.Builder.sdm(Map<String,Double> sdm)
For a map of up to 10 data type:value pairs.
|
AttributeValue.Builder |
AttributeValue.Builder.sl(Collection<String> sl)
For a list of up to 10 strings.
|
AttributeValue.Builder |
AttributeValue.Builder.sl(String... sl)
For a list of up to 10 strings.
|
AttributeValue.Builder |
AttributeValue.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AttributeValue.Builder> |
AttributeValue.serializableBuilderClass() |
Copyright © 2019. All rights reserved.