Uses of Interface
software.amazon.awssdk.services.iot.model.ListOtaUpdatesRequest.Builder
-
Packages that use ListOtaUpdatesRequest.Builder Package Description software.amazon.awssdk.services.iot IoT software.amazon.awssdk.services.iot.model -
-
Uses of ListOtaUpdatesRequest.Builder in software.amazon.awssdk.services.iot
Method parameters in software.amazon.awssdk.services.iot with type arguments of type ListOtaUpdatesRequest.Builder Modifier and Type Method Description default CompletableFuture<ListOtaUpdatesResponse>IotAsyncClient. listOTAUpdates(Consumer<ListOtaUpdatesRequest.Builder> listOtaUpdatesRequest)Lists OTA updates.default ListOtaUpdatesResponseIotClient. listOTAUpdates(Consumer<ListOtaUpdatesRequest.Builder> listOtaUpdatesRequest)Lists OTA updates.default ListOTAUpdatesPublisherIotAsyncClient. listOTAUpdatesPaginator(Consumer<ListOtaUpdatesRequest.Builder> listOtaUpdatesRequest)This is a variant ofIotAsyncClient.listOTAUpdates(software.amazon.awssdk.services.iot.model.ListOtaUpdatesRequest)operation.default ListOTAUpdatesIterableIotClient. listOTAUpdatesPaginator(Consumer<ListOtaUpdatesRequest.Builder> listOtaUpdatesRequest)This is a variant ofIotClient.listOTAUpdates(software.amazon.awssdk.services.iot.model.ListOtaUpdatesRequest)operation. -
Uses of ListOtaUpdatesRequest.Builder in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return ListOtaUpdatesRequest.Builder Modifier and Type Method Description static ListOtaUpdatesRequest.BuilderListOtaUpdatesRequest. builder()ListOtaUpdatesRequest.BuilderListOtaUpdatesRequest.Builder. maxResults(Integer maxResults)The maximum number of results to return at one time.ListOtaUpdatesRequest.BuilderListOtaUpdatesRequest.Builder. nextToken(String nextToken)A token used to retrieve the next set of results.ListOtaUpdatesRequest.BuilderListOtaUpdatesRequest.Builder. otaUpdateStatus(String otaUpdateStatus)The OTA update job status.ListOtaUpdatesRequest.BuilderListOtaUpdatesRequest.Builder. otaUpdateStatus(OTAUpdateStatus otaUpdateStatus)The OTA update job status.ListOtaUpdatesRequest.BuilderListOtaUpdatesRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListOtaUpdatesRequest.BuilderListOtaUpdatesRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListOtaUpdatesRequest.BuilderListOtaUpdatesRequest. toBuilder()Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type ListOtaUpdatesRequest.Builder Modifier and Type Method Description static Class<? extends ListOtaUpdatesRequest.Builder>ListOtaUpdatesRequest. serializableBuilderClass()
-