Uses of Class
software.amazon.awssdk.services.pinpoint.model.VoiceChannelResponse
-
Packages that use VoiceChannelResponse Package Description software.amazon.awssdk.services.pinpoint.model -
-
Uses of VoiceChannelResponse in software.amazon.awssdk.services.pinpoint.model
Methods in software.amazon.awssdk.services.pinpoint.model that return VoiceChannelResponse Modifier and Type Method Description VoiceChannelResponseDeleteVoiceChannelResponse. voiceChannelResponse()Returns the value of the VoiceChannelResponse property for this object.VoiceChannelResponseGetVoiceChannelResponse. voiceChannelResponse()Returns the value of the VoiceChannelResponse property for this object.VoiceChannelResponseUpdateVoiceChannelResponse. voiceChannelResponse()Returns the value of the VoiceChannelResponse property for this object.Methods in software.amazon.awssdk.services.pinpoint.model with parameters of type VoiceChannelResponse Modifier and Type Method Description DeleteVoiceChannelResponse.BuilderDeleteVoiceChannelResponse.Builder. voiceChannelResponse(VoiceChannelResponse voiceChannelResponse)Sets the value of the VoiceChannelResponse property for this object.GetVoiceChannelResponse.BuilderGetVoiceChannelResponse.Builder. voiceChannelResponse(VoiceChannelResponse voiceChannelResponse)Sets the value of the VoiceChannelResponse property for this object.UpdateVoiceChannelResponse.BuilderUpdateVoiceChannelResponse.Builder. voiceChannelResponse(VoiceChannelResponse voiceChannelResponse)Sets the value of the VoiceChannelResponse property for this object.
-