Uses of Class
software.amazon.awssdk.services.pinpoint.model.EndpointTypesElement
-
Packages that use EndpointTypesElement Package Description software.amazon.awssdk.services.pinpoint.model -
-
Uses of EndpointTypesElement in software.amazon.awssdk.services.pinpoint.model
Methods in software.amazon.awssdk.services.pinpoint.model that return EndpointTypesElement Modifier and Type Method Description static EndpointTypesElementEndpointTypesElement. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static EndpointTypesElementEndpointTypesElement. 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.Methods in software.amazon.awssdk.services.pinpoint.model that return types with arguments of type EndpointTypesElement Modifier and Type Method Description List<EndpointTypesElement>CustomDeliveryConfiguration. endpointTypes()The types of endpoints to send the campaign or treatment to.List<EndpointTypesElement>CustomMessageActivity. endpointTypes()The types of endpoints to send the custom message to.static Set<EndpointTypesElement>EndpointTypesElement. knownValues()Methods in software.amazon.awssdk.services.pinpoint.model with parameters of type EndpointTypesElement Modifier and Type Method Description CustomDeliveryConfiguration.BuilderCustomDeliveryConfiguration.Builder. endpointTypes(EndpointTypesElement... endpointTypes)The types of endpoints to send the campaign or treatment to.CustomMessageActivity.BuilderCustomMessageActivity.Builder. endpointTypes(EndpointTypesElement... endpointTypes)The types of endpoints to send the custom message to.Method parameters in software.amazon.awssdk.services.pinpoint.model with type arguments of type EndpointTypesElement Modifier and Type Method Description CustomDeliveryConfiguration.BuilderCustomDeliveryConfiguration.Builder. endpointTypes(Collection<EndpointTypesElement> endpointTypes)The types of endpoints to send the campaign or treatment to.CustomMessageActivity.BuilderCustomMessageActivity.Builder. endpointTypes(Collection<EndpointTypesElement> endpointTypes)The types of endpoints to send the custom message to.
-