Uses of Class
software.amazon.awssdk.services.pinpoint.model.Alignment
-
Packages that use Alignment Package Description software.amazon.awssdk.services.pinpoint.model -
-
Uses of Alignment in software.amazon.awssdk.services.pinpoint.model
Methods in software.amazon.awssdk.services.pinpoint.model that return Alignment Modifier and Type Method Description AlignmentInAppMessageBodyConfig. alignment()The alignment of the text.AlignmentInAppMessageHeaderConfig. alignment()The alignment of the text.static AlignmentAlignment. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static AlignmentAlignment. 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.Methods in software.amazon.awssdk.services.pinpoint.model that return types with arguments of type Alignment Modifier and Type Method Description static Set<Alignment>Alignment. knownValues()Methods in software.amazon.awssdk.services.pinpoint.model with parameters of type Alignment Modifier and Type Method Description InAppMessageBodyConfig.BuilderInAppMessageBodyConfig.Builder. alignment(Alignment alignment)The alignment of the text.InAppMessageHeaderConfig.BuilderInAppMessageHeaderConfig.Builder. alignment(Alignment alignment)The alignment of the text.
-