| Package | Description |
|---|---|
| software.amazon.awssdk.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
static Layout |
Layout.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
Layout |
InAppTemplateResponse.layout()
The layout of the message.
|
Layout |
InAppTemplateRequest.layout()
The layout of the message.
|
Layout |
CampaignInAppMessage.layout()
In-app message layout.
|
Layout |
InAppMessage.layout()
The layout of the message.
|
static Layout |
Layout.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<Layout> |
Layout.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
InAppTemplateResponse.Builder |
InAppTemplateResponse.Builder.layout(Layout layout)
The layout of the message.
|
InAppTemplateRequest.Builder |
InAppTemplateRequest.Builder.layout(Layout layout)
The layout of the message.
|
CampaignInAppMessage.Builder |
CampaignInAppMessage.Builder.layout(Layout layout)
In-app message layout.
|
InAppMessage.Builder |
InAppMessage.Builder.layout(Layout layout)
The layout of the message.
|
Copyright © 2022. All rights reserved.