Uses of Class
software.amazon.awssdk.services.iotfleetwise.model.GetModelManifestResponse
-
Packages that use GetModelManifestResponse 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. -
-
Uses of GetModelManifestResponse in software.amazon.awssdk.services.iotfleetwise
Methods in software.amazon.awssdk.services.iotfleetwise that return GetModelManifestResponse Modifier and Type Method Description default GetModelManifestResponseIoTFleetWiseClient. getModelManifest(Consumer<GetModelManifestRequest.Builder> getModelManifestRequest)Retrieves information about a vehicle model (model manifest).default GetModelManifestResponseIoTFleetWiseClient. getModelManifest(GetModelManifestRequest getModelManifestRequest)Retrieves information about a vehicle model (model manifest).Methods in software.amazon.awssdk.services.iotfleetwise that return types with arguments of type GetModelManifestResponse Modifier and Type Method Description default CompletableFuture<GetModelManifestResponse>IoTFleetWiseAsyncClient. getModelManifest(Consumer<GetModelManifestRequest.Builder> getModelManifestRequest)Retrieves information about a vehicle model (model manifest).default CompletableFuture<GetModelManifestResponse>IoTFleetWiseAsyncClient. getModelManifest(GetModelManifestRequest getModelManifestRequest)Retrieves information about a vehicle model (model manifest).
-