Uses of Class
software.amazon.awssdk.services.pinpoint.model.CreatePushTemplateResponse
-
Packages that use CreatePushTemplateResponse Package Description software.amazon.awssdk.services.pinpoint Doc Engage API - Amazon Pinpoint API -
-
Uses of CreatePushTemplateResponse in software.amazon.awssdk.services.pinpoint
Methods in software.amazon.awssdk.services.pinpoint that return CreatePushTemplateResponse Modifier and Type Method Description default CreatePushTemplateResponsePinpointClient. createPushTemplate(Consumer<CreatePushTemplateRequest.Builder> createPushTemplateRequest)Creates a message template for messages that are sent through a push notification channel.default CreatePushTemplateResponsePinpointClient. createPushTemplate(CreatePushTemplateRequest createPushTemplateRequest)Creates a 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 CreatePushTemplateResponse Modifier and Type Method Description default CompletableFuture<CreatePushTemplateResponse>PinpointAsyncClient. createPushTemplate(Consumer<CreatePushTemplateRequest.Builder> createPushTemplateRequest)Creates a message template for messages that are sent through a push notification channel.default CompletableFuture<CreatePushTemplateResponse>PinpointAsyncClient. createPushTemplate(CreatePushTemplateRequest createPushTemplateRequest)Creates a message template for messages that are sent through a push notification channel.
-