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