Uses of Class
software.amazon.awssdk.services.iot.model.ListJobTemplatesResponse
-
Packages that use ListJobTemplatesResponse Package Description software.amazon.awssdk.services.iot IoT software.amazon.awssdk.services.iot.paginators -
-
Uses of ListJobTemplatesResponse in software.amazon.awssdk.services.iot
Methods in software.amazon.awssdk.services.iot that return ListJobTemplatesResponse Modifier and Type Method Description default ListJobTemplatesResponseIotClient. listJobTemplates(Consumer<ListJobTemplatesRequest.Builder> listJobTemplatesRequest)Returns a list of job templates.default ListJobTemplatesResponseIotClient. listJobTemplates(ListJobTemplatesRequest listJobTemplatesRequest)Returns a list of job templates.Methods in software.amazon.awssdk.services.iot that return types with arguments of type ListJobTemplatesResponse Modifier and Type Method Description default CompletableFuture<ListJobTemplatesResponse>IotAsyncClient. listJobTemplates(Consumer<ListJobTemplatesRequest.Builder> listJobTemplatesRequest)Returns a list of job templates.default CompletableFuture<ListJobTemplatesResponse>IotAsyncClient. listJobTemplates(ListJobTemplatesRequest listJobTemplatesRequest)Returns a list of job templates. -
Uses of ListJobTemplatesResponse in software.amazon.awssdk.services.iot.paginators
Methods in software.amazon.awssdk.services.iot.paginators that return types with arguments of type ListJobTemplatesResponse Modifier and Type Method Description Iterator<ListJobTemplatesResponse>ListJobTemplatesIterable. iterator()Method parameters in software.amazon.awssdk.services.iot.paginators with type arguments of type ListJobTemplatesResponse Modifier and Type Method Description voidListJobTemplatesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListJobTemplatesResponse> subscriber)
-