Uses of Class
software.amazon.awssdk.services.pinpoint.model.GetVoiceChannelResponse
-
Packages that use GetVoiceChannelResponse Package Description software.amazon.awssdk.services.pinpoint Doc Engage API - Amazon Pinpoint API -
-
Uses of GetVoiceChannelResponse in software.amazon.awssdk.services.pinpoint
Methods in software.amazon.awssdk.services.pinpoint that return GetVoiceChannelResponse Modifier and Type Method Description default GetVoiceChannelResponsePinpointClient. getVoiceChannel(Consumer<GetVoiceChannelRequest.Builder> getVoiceChannelRequest)Retrieves information about the status and settings of the voice channel for an application.default GetVoiceChannelResponsePinpointClient. getVoiceChannel(GetVoiceChannelRequest getVoiceChannelRequest)Retrieves information about the status and settings of the voice channel for an application.Methods in software.amazon.awssdk.services.pinpoint that return types with arguments of type GetVoiceChannelResponse Modifier and Type Method Description default CompletableFuture<GetVoiceChannelResponse>PinpointAsyncClient. getVoiceChannel(Consumer<GetVoiceChannelRequest.Builder> getVoiceChannelRequest)Retrieves information about the status and settings of the voice channel for an application.default CompletableFuture<GetVoiceChannelResponse>PinpointAsyncClient. getVoiceChannel(GetVoiceChannelRequest getVoiceChannelRequest)Retrieves information about the status and settings of the voice channel for an application.
-