Uses of Class
software.amazon.awssdk.services.pinpoint.model.DeletePushTemplateResponse
-
Packages that use DeletePushTemplateResponse Package Description software.amazon.awssdk.services.pinpoint Doc Engage API - Amazon Pinpoint API -
-
Uses of DeletePushTemplateResponse in software.amazon.awssdk.services.pinpoint
Methods in software.amazon.awssdk.services.pinpoint that return DeletePushTemplateResponse Modifier and Type Method Description default DeletePushTemplateResponsePinpointClient. deletePushTemplate(Consumer<DeletePushTemplateRequest.Builder> deletePushTemplateRequest)Deletes a message template for messages that were sent through a push notification channel.default DeletePushTemplateResponsePinpointClient. deletePushTemplate(DeletePushTemplateRequest deletePushTemplateRequest)Deletes a message template for messages that were sent through a push notification channel.Methods in software.amazon.awssdk.services.pinpoint that return types with arguments of type DeletePushTemplateResponse Modifier and Type Method Description default CompletableFuture<DeletePushTemplateResponse>PinpointAsyncClient. deletePushTemplate(Consumer<DeletePushTemplateRequest.Builder> deletePushTemplateRequest)Deletes a message template for messages that were sent through a push notification channel.default CompletableFuture<DeletePushTemplateResponse>PinpointAsyncClient. deletePushTemplate(DeletePushTemplateRequest deletePushTemplateRequest)Deletes a message template for messages that were sent through a push notification channel.
-