Uses of Class
software.amazon.awssdk.services.pinpoint.model.UpdatePushTemplateResponse
-
Packages that use UpdatePushTemplateResponse Package Description software.amazon.awssdk.services.pinpoint Doc Engage API - Amazon Pinpoint API -
-
Uses of UpdatePushTemplateResponse in software.amazon.awssdk.services.pinpoint
Methods in software.amazon.awssdk.services.pinpoint that return UpdatePushTemplateResponse Modifier and Type Method Description default UpdatePushTemplateResponsePinpointClient. updatePushTemplate(Consumer<UpdatePushTemplateRequest.Builder> updatePushTemplateRequest)Updates an existing message template for messages that are sent through a push notification channel.default UpdatePushTemplateResponsePinpointClient. updatePushTemplate(UpdatePushTemplateRequest updatePushTemplateRequest)Updates an existing message template for messages that are sent through a push notification channel.Methods in software.amazon.awssdk.services.pinpoint that return types with arguments of type UpdatePushTemplateResponse Modifier and Type Method Description default CompletableFuture<UpdatePushTemplateResponse>PinpointAsyncClient. updatePushTemplate(Consumer<UpdatePushTemplateRequest.Builder> updatePushTemplateRequest)Updates an existing message template for messages that are sent through a push notification channel.default CompletableFuture<UpdatePushTemplateResponse>PinpointAsyncClient. updatePushTemplate(UpdatePushTemplateRequest updatePushTemplateRequest)Updates an existing message template for messages that are sent through a push notification channel.
-