Uses of Class
software.amazon.awssdk.services.pinpoint.model.EmailChannelResponse
-
Packages that use EmailChannelResponse Package Description software.amazon.awssdk.services.pinpoint.model -
-
Uses of EmailChannelResponse in software.amazon.awssdk.services.pinpoint.model
Methods in software.amazon.awssdk.services.pinpoint.model that return EmailChannelResponse Modifier and Type Method Description EmailChannelResponseDeleteEmailChannelResponse. emailChannelResponse()Returns the value of the EmailChannelResponse property for this object.EmailChannelResponseGetEmailChannelResponse. emailChannelResponse()Returns the value of the EmailChannelResponse property for this object.EmailChannelResponseUpdateEmailChannelResponse. emailChannelResponse()Returns the value of the EmailChannelResponse property for this object.Methods in software.amazon.awssdk.services.pinpoint.model with parameters of type EmailChannelResponse Modifier and Type Method Description DeleteEmailChannelResponse.BuilderDeleteEmailChannelResponse.Builder. emailChannelResponse(EmailChannelResponse emailChannelResponse)Sets the value of the EmailChannelResponse property for this object.GetEmailChannelResponse.BuilderGetEmailChannelResponse.Builder. emailChannelResponse(EmailChannelResponse emailChannelResponse)Sets the value of the EmailChannelResponse property for this object.UpdateEmailChannelResponse.BuilderUpdateEmailChannelResponse.Builder. emailChannelResponse(EmailChannelResponse emailChannelResponse)Sets the value of the EmailChannelResponse property for this object.
-