| Package | Description |
|---|---|
| software.amazon.awssdk.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
Alignment |
InAppMessageBodyConfig.alignment()
The alignment of the text.
|
Alignment |
InAppMessageHeaderConfig.alignment()
The alignment of the text.
|
static Alignment |
Alignment.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static Alignment |
Alignment.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Alignment[] |
Alignment.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<Alignment> |
Alignment.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
InAppMessageBodyConfig.Builder |
InAppMessageBodyConfig.Builder.alignment(Alignment alignment)
The alignment of the text.
|
InAppMessageHeaderConfig.Builder |
InAppMessageHeaderConfig.Builder.alignment(Alignment alignment)
The alignment of the text.
|
Copyright © 2023. All rights reserved.