| Package | Description |
|---|---|
| software.amazon.awssdk.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
static EndpointTypesElement |
EndpointTypesElement.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static EndpointTypesElement |
EndpointTypesElement.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EndpointTypesElement[] |
EndpointTypesElement.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<EndpointTypesElement> |
CustomMessageActivity.endpointTypes()
The types of endpoints to send the custom message to.
|
List<EndpointTypesElement> |
CustomDeliveryConfiguration.endpointTypes()
The types of endpoints to send the campaign or treatment to.
|
static Set<EndpointTypesElement> |
EndpointTypesElement.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CustomMessageActivity.Builder |
CustomMessageActivity.Builder.endpointTypes(EndpointTypesElement... endpointTypes)
The types of endpoints to send the custom message to.
|
CustomDeliveryConfiguration.Builder |
CustomDeliveryConfiguration.Builder.endpointTypes(EndpointTypesElement... endpointTypes)
The types of endpoints to send the campaign or treatment to.
|
| Modifier and Type | Method and Description |
|---|---|
CustomMessageActivity.Builder |
CustomMessageActivity.Builder.endpointTypes(Collection<EndpointTypesElement> endpointTypes)
The types of endpoints to send the custom message to.
|
CustomDeliveryConfiguration.Builder |
CustomDeliveryConfiguration.Builder.endpointTypes(Collection<EndpointTypesElement> endpointTypes)
The types of endpoints to send the campaign or treatment to.
|
Copyright © 2020. All rights reserved.