Uses of Class
software.amazon.awssdk.services.iot.model.ListManagedJobTemplatesResponse
-
Packages that use ListManagedJobTemplatesResponse Package Description software.amazon.awssdk.services.iot IoT software.amazon.awssdk.services.iot.paginators -
-
Uses of ListManagedJobTemplatesResponse in software.amazon.awssdk.services.iot
Methods in software.amazon.awssdk.services.iot that return ListManagedJobTemplatesResponse Modifier and Type Method Description default ListManagedJobTemplatesResponseIotClient. listManagedJobTemplates(Consumer<ListManagedJobTemplatesRequest.Builder> listManagedJobTemplatesRequest)Returns a list of managed job templates.default ListManagedJobTemplatesResponseIotClient. listManagedJobTemplates(ListManagedJobTemplatesRequest listManagedJobTemplatesRequest)Returns a list of managed job templates.Methods in software.amazon.awssdk.services.iot that return types with arguments of type ListManagedJobTemplatesResponse Modifier and Type Method Description default CompletableFuture<ListManagedJobTemplatesResponse>IotAsyncClient. listManagedJobTemplates(Consumer<ListManagedJobTemplatesRequest.Builder> listManagedJobTemplatesRequest)Returns a list of managed job templates.default CompletableFuture<ListManagedJobTemplatesResponse>IotAsyncClient. listManagedJobTemplates(ListManagedJobTemplatesRequest listManagedJobTemplatesRequest)Returns a list of managed job templates. -
Uses of ListManagedJobTemplatesResponse in software.amazon.awssdk.services.iot.paginators
Methods in software.amazon.awssdk.services.iot.paginators that return types with arguments of type ListManagedJobTemplatesResponse Modifier and Type Method Description Iterator<ListManagedJobTemplatesResponse>ListManagedJobTemplatesIterable. iterator()Method parameters in software.amazon.awssdk.services.iot.paginators with type arguments of type ListManagedJobTemplatesResponse Modifier and Type Method Description voidListManagedJobTemplatesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListManagedJobTemplatesResponse> subscriber)
-