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