Uses of Class
software.amazon.awssdk.services.pinpoint.model.GetApnsVoipChannelResponse
-
Packages that use GetApnsVoipChannelResponse Package Description software.amazon.awssdk.services.pinpoint Doc Engage API - Amazon Pinpoint API -
-
Uses of GetApnsVoipChannelResponse in software.amazon.awssdk.services.pinpoint
Methods in software.amazon.awssdk.services.pinpoint that return GetApnsVoipChannelResponse Modifier and Type Method Description default GetApnsVoipChannelResponsePinpointClient. getApnsVoipChannel(Consumer<GetApnsVoipChannelRequest.Builder> getApnsVoipChannelRequest)Retrieves information about the status and settings of the APNs VoIP channel for an application.default GetApnsVoipChannelResponsePinpointClient. getApnsVoipChannel(GetApnsVoipChannelRequest getApnsVoipChannelRequest)Retrieves information about the status and settings of the APNs VoIP channel for an application.Methods in software.amazon.awssdk.services.pinpoint that return types with arguments of type GetApnsVoipChannelResponse Modifier and Type Method Description default CompletableFuture<GetApnsVoipChannelResponse>PinpointAsyncClient. getApnsVoipChannel(Consumer<GetApnsVoipChannelRequest.Builder> getApnsVoipChannelRequest)Retrieves information about the status and settings of the APNs VoIP channel for an application.default CompletableFuture<GetApnsVoipChannelResponse>PinpointAsyncClient. getApnsVoipChannel(GetApnsVoipChannelRequest getApnsVoipChannelRequest)Retrieves information about the status and settings of the APNs VoIP channel for an application.
-