Uses of Class
software.amazon.awssdk.services.pinpoint.model.EndpointSendConfiguration
-
Packages that use EndpointSendConfiguration Package Description software.amazon.awssdk.services.pinpoint.model -
-
Uses of EndpointSendConfiguration in software.amazon.awssdk.services.pinpoint.model
Methods in software.amazon.awssdk.services.pinpoint.model that return types with arguments of type EndpointSendConfiguration Modifier and Type Method Description Map<String,EndpointSendConfiguration>MessageRequest. endpoints()A map of key-value pairs, where each key is an endpoint ID and each value is an EndpointSendConfiguration object.Map<String,EndpointSendConfiguration>SendUsersMessageRequest. users()A map that associates user IDs with EndpointSendConfiguration objects.Method parameters in software.amazon.awssdk.services.pinpoint.model with type arguments of type EndpointSendConfiguration Modifier and Type Method Description MessageRequest.BuilderMessageRequest.Builder. endpoints(Map<String,EndpointSendConfiguration> endpoints)A map of key-value pairs, where each key is an endpoint ID and each value is an EndpointSendConfiguration object.SendUsersMessageRequest.BuilderSendUsersMessageRequest.Builder. users(Map<String,EndpointSendConfiguration> users)A map that associates user IDs with EndpointSendConfiguration objects.
-