Uses of Interface
software.amazon.awssdk.services.pinpoint.model.ListTemplatesRequest.Builder
-
Packages that use ListTemplatesRequest.Builder Package Description software.amazon.awssdk.services.pinpoint Doc Engage API - Amazon Pinpoint APIsoftware.amazon.awssdk.services.pinpoint.model -
-
Uses of ListTemplatesRequest.Builder in software.amazon.awssdk.services.pinpoint
Method parameters in software.amazon.awssdk.services.pinpoint with type arguments of type ListTemplatesRequest.Builder Modifier and Type Method Description default CompletableFuture<ListTemplatesResponse>PinpointAsyncClient. listTemplates(Consumer<ListTemplatesRequest.Builder> listTemplatesRequest)Retrieves information about all the message templates that are associated with your Amazon Pinpoint account.default ListTemplatesResponsePinpointClient. listTemplates(Consumer<ListTemplatesRequest.Builder> listTemplatesRequest)Retrieves information about all the message templates that are associated with your Amazon Pinpoint account. -
Uses of ListTemplatesRequest.Builder in software.amazon.awssdk.services.pinpoint.model
Methods in software.amazon.awssdk.services.pinpoint.model that return ListTemplatesRequest.Builder Modifier and Type Method Description static ListTemplatesRequest.BuilderListTemplatesRequest. builder()ListTemplatesRequest.BuilderListTemplatesRequest.Builder. nextToken(String nextToken)The string that specifies which page of results to return in a paginated response.ListTemplatesRequest.BuilderListTemplatesRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListTemplatesRequest.BuilderListTemplatesRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListTemplatesRequest.BuilderListTemplatesRequest.Builder. pageSize(String pageSize)The maximum number of items to include in each page of a paginated response.ListTemplatesRequest.BuilderListTemplatesRequest.Builder. prefix(String prefix)The substring to match in the names of the message templates to include in the results.ListTemplatesRequest.BuilderListTemplatesRequest.Builder. templateType(String templateType)The type of message template to include in the results.ListTemplatesRequest.BuilderListTemplatesRequest. toBuilder()Methods in software.amazon.awssdk.services.pinpoint.model that return types with arguments of type ListTemplatesRequest.Builder Modifier and Type Method Description static Class<? extends ListTemplatesRequest.Builder>ListTemplatesRequest. serializableBuilderClass()
-