Uses of Class
software.amazon.awssdk.services.pinpoint.model.EndpointMessageResult
-
Packages that use EndpointMessageResult Package Description software.amazon.awssdk.services.pinpoint.model -
-
Uses of EndpointMessageResult in software.amazon.awssdk.services.pinpoint.model
Methods in software.amazon.awssdk.services.pinpoint.model that return types with arguments of type EndpointMessageResult Modifier and Type Method Description Map<String,EndpointMessageResult>MessageResponse. endpointResult()A map that contains a multipart response for each address that the message was sent to.Map<String,Map<String,EndpointMessageResult>>SendUsersMessageResponse. result()An object that indicates which endpoints the message was sent to, for each user.Method parameters in software.amazon.awssdk.services.pinpoint.model with type arguments of type EndpointMessageResult Modifier and Type Method Description MessageResponse.BuilderMessageResponse.Builder. endpointResult(Map<String,EndpointMessageResult> endpointResult)A map that contains a multipart response for each address that the message was sent to.SendUsersMessageResponse.BuilderSendUsersMessageResponse.Builder. result(Map<String,? extends Map<String,EndpointMessageResult>> result)An object that indicates which endpoints the message was sent to, for each user.
-