Uses of Class
software.amazon.awssdk.services.pinpoint.model.Layout
-
Packages that use Layout Package Description software.amazon.awssdk.services.pinpoint.model -
-
Uses of Layout in software.amazon.awssdk.services.pinpoint.model
Methods in software.amazon.awssdk.services.pinpoint.model that return Layout Modifier and Type Method Description static LayoutLayout. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.LayoutCampaignInAppMessage. layout()In-app message layout.LayoutInAppMessage. layout()The layout of the message.LayoutInAppTemplateRequest. layout()The layout of the message.LayoutInAppTemplateResponse. layout()The layout of the message.static LayoutLayout. valueOf(String name)Returns the enum constant of this type with the specified name.static Layout[]Layout. 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 Layout Modifier and Type Method Description static Set<Layout>Layout. knownValues()Methods in software.amazon.awssdk.services.pinpoint.model with parameters of type Layout Modifier and Type Method Description CampaignInAppMessage.BuilderCampaignInAppMessage.Builder. layout(Layout layout)In-app message layout.InAppMessage.BuilderInAppMessage.Builder. layout(Layout layout)The layout of the message.InAppTemplateRequest.BuilderInAppTemplateRequest.Builder. layout(Layout layout)The layout of the message.InAppTemplateResponse.BuilderInAppTemplateResponse.Builder. layout(Layout layout)The layout of the message.
-