Uses of Class
software.amazon.awssdk.services.pinpoint.model.DeleteApnsVoipChannelRequest
-
Packages that use DeleteApnsVoipChannelRequest Package Description software.amazon.awssdk.services.pinpoint Doc Engage API - Amazon Pinpoint APIsoftware.amazon.awssdk.services.pinpoint.transform -
-
Uses of DeleteApnsVoipChannelRequest in software.amazon.awssdk.services.pinpoint
Methods in software.amazon.awssdk.services.pinpoint with parameters of type DeleteApnsVoipChannelRequest Modifier and Type Method Description default CompletableFuture<DeleteApnsVoipChannelResponse>PinpointAsyncClient. deleteApnsVoipChannel(DeleteApnsVoipChannelRequest deleteApnsVoipChannelRequest)Disables the APNs VoIP channel for an application and deletes any existing settings for the channel.default DeleteApnsVoipChannelResponsePinpointClient. deleteApnsVoipChannel(DeleteApnsVoipChannelRequest deleteApnsVoipChannelRequest)Disables the APNs VoIP channel for an application and deletes any existing settings for the channel. -
Uses of DeleteApnsVoipChannelRequest in software.amazon.awssdk.services.pinpoint.transform
Methods in software.amazon.awssdk.services.pinpoint.transform with parameters of type DeleteApnsVoipChannelRequest Modifier and Type Method Description SdkHttpFullRequestDeleteApnsVoipChannelRequestMarshaller. marshall(DeleteApnsVoipChannelRequest deleteApnsVoipChannelRequest)
-