Uses of Class
software.amazon.awssdk.services.pinpoint.model.DeliveryStatus
-
Packages that use DeliveryStatus Package Description software.amazon.awssdk.services.pinpoint.model -
-
Uses of DeliveryStatus in software.amazon.awssdk.services.pinpoint.model
Methods in software.amazon.awssdk.services.pinpoint.model that return DeliveryStatus Modifier and Type Method Description DeliveryStatusEndpointMessageResult. deliveryStatus()The delivery status of the message.DeliveryStatusMessageResult. deliveryStatus()The delivery status of the message.static DeliveryStatusDeliveryStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static DeliveryStatusDeliveryStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static DeliveryStatus[]DeliveryStatus. 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 DeliveryStatus Modifier and Type Method Description static Set<DeliveryStatus>DeliveryStatus. knownValues()Methods in software.amazon.awssdk.services.pinpoint.model with parameters of type DeliveryStatus Modifier and Type Method Description EndpointMessageResult.BuilderEndpointMessageResult.Builder. deliveryStatus(DeliveryStatus deliveryStatus)The delivery status of the message.MessageResult.BuilderMessageResult.Builder. deliveryStatus(DeliveryStatus deliveryStatus)The delivery status of the message.
-