Uses of Class
software.amazon.awssdk.services.pinpoint.model.MessageResult
-
Packages that use MessageResult Package Description software.amazon.awssdk.services.pinpoint.model -
-
Uses of MessageResult in software.amazon.awssdk.services.pinpoint.model
Methods in software.amazon.awssdk.services.pinpoint.model that return types with arguments of type MessageResult Modifier and Type Method Description Map<String,MessageResult>MessageResponse. result()A map that contains a multipart response for each address (email address, phone number, or push notification token) that the message was sent to.Method parameters in software.amazon.awssdk.services.pinpoint.model with type arguments of type MessageResult Modifier and Type Method Description MessageResponse.BuilderMessageResponse.Builder. result(Map<String,MessageResult> result)A map that contains a multipart response for each address (email address, phone number, or push notification token) that the message was sent to.
-