Uses of Class
software.amazon.awssdk.services.pinpoint.model.SMSChannelResponse
-
Packages that use SMSChannelResponse Package Description software.amazon.awssdk.services.pinpoint.model -
-
Uses of SMSChannelResponse in software.amazon.awssdk.services.pinpoint.model
Methods in software.amazon.awssdk.services.pinpoint.model that return SMSChannelResponse Modifier and Type Method Description SMSChannelResponseDeleteSmsChannelResponse. smsChannelResponse()Returns the value of the SMSChannelResponse property for this object.SMSChannelResponseGetSmsChannelResponse. smsChannelResponse()Returns the value of the SMSChannelResponse property for this object.SMSChannelResponseUpdateSmsChannelResponse. smsChannelResponse()Returns the value of the SMSChannelResponse property for this object.Methods in software.amazon.awssdk.services.pinpoint.model with parameters of type SMSChannelResponse Modifier and Type Method Description DeleteSmsChannelResponse.BuilderDeleteSmsChannelResponse.Builder. smsChannelResponse(SMSChannelResponse smsChannelResponse)Sets the value of the SMSChannelResponse property for this object.GetSmsChannelResponse.BuilderGetSmsChannelResponse.Builder. smsChannelResponse(SMSChannelResponse smsChannelResponse)Sets the value of the SMSChannelResponse property for this object.UpdateSmsChannelResponse.BuilderUpdateSmsChannelResponse.Builder. smsChannelResponse(SMSChannelResponse smsChannelResponse)Sets the value of the SMSChannelResponse property for this object.
-