Uses of Class
software.amazon.awssdk.services.pinpoint.model.TemplateResponse
-
Packages that use TemplateResponse Package Description software.amazon.awssdk.services.pinpoint.model -
-
Uses of TemplateResponse in software.amazon.awssdk.services.pinpoint.model
Methods in software.amazon.awssdk.services.pinpoint.model that return types with arguments of type TemplateResponse Modifier and Type Method Description List<TemplateResponse>TemplatesResponse. item()An array of responses, one for each message template that's associated with your Amazon Pinpoint account and meets any filter criteria that you specified in the request.Methods in software.amazon.awssdk.services.pinpoint.model with parameters of type TemplateResponse Modifier and Type Method Description TemplatesResponse.BuilderTemplatesResponse.Builder. item(TemplateResponse... item)An array of responses, one for each message template that's associated with your Amazon Pinpoint account and meets any filter criteria that you specified in the request.Method parameters in software.amazon.awssdk.services.pinpoint.model with type arguments of type TemplateResponse Modifier and Type Method Description TemplatesResponse.BuilderTemplatesResponse.Builder. item(Collection<TemplateResponse> item)An array of responses, one for each message template that's associated with your Amazon Pinpoint account and meets any filter criteria that you specified in the request.
-