Uses of Class
software.amazon.awssdk.services.iotfleetwise.model.ListModelManifestsResponse
-
Packages that use ListModelManifestsResponse Package Description software.amazon.awssdk.services.iotfleetwise Amazon Web Services IoT FleetWise is a fully managed service that you can use to collect, model, and transfer vehicle data to the Amazon Web Services cloud at scale.software.amazon.awssdk.services.iotfleetwise.paginators -
-
Uses of ListModelManifestsResponse in software.amazon.awssdk.services.iotfleetwise
Methods in software.amazon.awssdk.services.iotfleetwise that return ListModelManifestsResponse Modifier and Type Method Description default ListModelManifestsResponseIoTFleetWiseClient. listModelManifests(Consumer<ListModelManifestsRequest.Builder> listModelManifestsRequest)Retrieves a list of vehicle models (model manifests).default ListModelManifestsResponseIoTFleetWiseClient. listModelManifests(ListModelManifestsRequest listModelManifestsRequest)Retrieves a list of vehicle models (model manifests).Methods in software.amazon.awssdk.services.iotfleetwise that return types with arguments of type ListModelManifestsResponse Modifier and Type Method Description default CompletableFuture<ListModelManifestsResponse>IoTFleetWiseAsyncClient. listModelManifests(Consumer<ListModelManifestsRequest.Builder> listModelManifestsRequest)Retrieves a list of vehicle models (model manifests).default CompletableFuture<ListModelManifestsResponse>IoTFleetWiseAsyncClient. listModelManifests(ListModelManifestsRequest listModelManifestsRequest)Retrieves a list of vehicle models (model manifests). -
Uses of ListModelManifestsResponse in software.amazon.awssdk.services.iotfleetwise.paginators
Methods in software.amazon.awssdk.services.iotfleetwise.paginators that return types with arguments of type ListModelManifestsResponse Modifier and Type Method Description Iterator<ListModelManifestsResponse>ListModelManifestsIterable. iterator()Method parameters in software.amazon.awssdk.services.iotfleetwise.paginators with type arguments of type ListModelManifestsResponse Modifier and Type Method Description voidListModelManifestsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListModelManifestsResponse> subscriber)
-