Uses of Class
software.amazon.awssdk.services.pinpoint.model.DeleteApnsChannelRequest
-
Packages that use DeleteApnsChannelRequest Package Description software.amazon.awssdk.services.pinpoint Doc Engage API - Amazon Pinpoint APIsoftware.amazon.awssdk.services.pinpoint.transform -
-
Uses of DeleteApnsChannelRequest in software.amazon.awssdk.services.pinpoint
Methods in software.amazon.awssdk.services.pinpoint with parameters of type DeleteApnsChannelRequest Modifier and Type Method Description default CompletableFuture<DeleteApnsChannelResponse>PinpointAsyncClient. deleteApnsChannel(DeleteApnsChannelRequest deleteApnsChannelRequest)Disables the APNs channel for an application and deletes any existing settings for the channel.default DeleteApnsChannelResponsePinpointClient. deleteApnsChannel(DeleteApnsChannelRequest deleteApnsChannelRequest)Disables the APNs channel for an application and deletes any existing settings for the channel. -
Uses of DeleteApnsChannelRequest in software.amazon.awssdk.services.pinpoint.transform
Methods in software.amazon.awssdk.services.pinpoint.transform with parameters of type DeleteApnsChannelRequest Modifier and Type Method Description SdkHttpFullRequestDeleteApnsChannelRequestMarshaller. marshall(DeleteApnsChannelRequest deleteApnsChannelRequest)
-