Uses of Class
software.amazon.awssdk.services.pinpoint.model.AddressConfiguration
-
Packages that use AddressConfiguration Package Description software.amazon.awssdk.services.pinpoint.model -
-
Uses of AddressConfiguration in software.amazon.awssdk.services.pinpoint.model
Methods in software.amazon.awssdk.services.pinpoint.model that return types with arguments of type AddressConfiguration Modifier and Type Method Description Map<String,AddressConfiguration>MessageRequest. addresses()A map of key-value pairs, where each key is an address and each value is an AddressConfiguration object.Method parameters in software.amazon.awssdk.services.pinpoint.model with type arguments of type AddressConfiguration Modifier and Type Method Description MessageRequest.BuilderMessageRequest.Builder. addresses(Map<String,AddressConfiguration> addresses)A map of key-value pairs, where each key is an address and each value is an AddressConfiguration object.
-