Uses of Class
software.amazon.awssdk.services.pinpoint.model.DeleteApnsSandboxChannelResponse
-
Packages that use DeleteApnsSandboxChannelResponse Package Description software.amazon.awssdk.services.pinpoint Doc Engage API - Amazon Pinpoint API -
-
Uses of DeleteApnsSandboxChannelResponse in software.amazon.awssdk.services.pinpoint
Methods in software.amazon.awssdk.services.pinpoint that return DeleteApnsSandboxChannelResponse Modifier and Type Method Description default DeleteApnsSandboxChannelResponsePinpointClient. deleteApnsSandboxChannel(Consumer<DeleteApnsSandboxChannelRequest.Builder> deleteApnsSandboxChannelRequest)Disables the APNs sandbox channel for an application and deletes any existing settings for the channel.default DeleteApnsSandboxChannelResponsePinpointClient. deleteApnsSandboxChannel(DeleteApnsSandboxChannelRequest deleteApnsSandboxChannelRequest)Disables the APNs sandbox 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 DeleteApnsSandboxChannelResponse Modifier and Type Method Description default CompletableFuture<DeleteApnsSandboxChannelResponse>PinpointAsyncClient. deleteApnsSandboxChannel(Consumer<DeleteApnsSandboxChannelRequest.Builder> deleteApnsSandboxChannelRequest)Disables the APNs sandbox channel for an application and deletes any existing settings for the channel.default CompletableFuture<DeleteApnsSandboxChannelResponse>PinpointAsyncClient. deleteApnsSandboxChannel(DeleteApnsSandboxChannelRequest deleteApnsSandboxChannelRequest)Disables the APNs sandbox channel for an application and deletes any existing settings for the channel.
-