Uses of Class
software.amazon.awssdk.services.pinpoint.model.DeleteApnsVoipChannelResponse
-
Packages that use DeleteApnsVoipChannelResponse Package Description software.amazon.awssdk.services.pinpoint Doc Engage API - Amazon Pinpoint API -
-
Uses of DeleteApnsVoipChannelResponse in software.amazon.awssdk.services.pinpoint
Methods in software.amazon.awssdk.services.pinpoint that return DeleteApnsVoipChannelResponse Modifier and Type Method Description default DeleteApnsVoipChannelResponsePinpointClient. deleteApnsVoipChannel(Consumer<DeleteApnsVoipChannelRequest.Builder> 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.Methods in software.amazon.awssdk.services.pinpoint that return types with arguments of type DeleteApnsVoipChannelResponse Modifier and Type Method Description default CompletableFuture<DeleteApnsVoipChannelResponse>PinpointAsyncClient. deleteApnsVoipChannel(Consumer<DeleteApnsVoipChannelRequest.Builder> deleteApnsVoipChannelRequest)Disables the APNs VoIP channel for an application and deletes any existing settings for the channel.default CompletableFuture<DeleteApnsVoipChannelResponse>PinpointAsyncClient. deleteApnsVoipChannel(DeleteApnsVoipChannelRequest deleteApnsVoipChannelRequest)Disables the APNs VoIP channel for an application and deletes any existing settings for the channel.
-