Uses of Class
software.amazon.awssdk.services.pinpoint.model.MessageResponse
-
Packages that use MessageResponse Package Description software.amazon.awssdk.services.pinpoint.model -
-
Uses of MessageResponse in software.amazon.awssdk.services.pinpoint.model
Methods in software.amazon.awssdk.services.pinpoint.model that return MessageResponse Modifier and Type Method Description MessageResponseSendMessagesResponse. messageResponse()Returns the value of the MessageResponse property for this object.MessageResponseSendOtpMessageResponse. messageResponse()Returns the value of the MessageResponse property for this object.Methods in software.amazon.awssdk.services.pinpoint.model with parameters of type MessageResponse Modifier and Type Method Description SendMessagesResponse.BuilderSendMessagesResponse.Builder. messageResponse(MessageResponse messageResponse)Sets the value of the MessageResponse property for this object.SendOtpMessageResponse.BuilderSendOtpMessageResponse.Builder. messageResponse(MessageResponse messageResponse)Sets the value of the MessageResponse property for this object.
-