Uses of Interface
software.amazon.awssdk.services.iotfleetwise.model.GetModelManifestRequest.Builder
-
Packages that use GetModelManifestRequest.Builder 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.model -
-
Uses of GetModelManifestRequest.Builder in software.amazon.awssdk.services.iotfleetwise
Method parameters in software.amazon.awssdk.services.iotfleetwise with type arguments of type GetModelManifestRequest.Builder Modifier and Type Method Description default CompletableFuture<GetModelManifestResponse>IoTFleetWiseAsyncClient. getModelManifest(Consumer<GetModelManifestRequest.Builder> getModelManifestRequest)Retrieves information about a vehicle model (model manifest).default GetModelManifestResponseIoTFleetWiseClient. getModelManifest(Consumer<GetModelManifestRequest.Builder> getModelManifestRequest)Retrieves information about a vehicle model (model manifest). -
Uses of GetModelManifestRequest.Builder in software.amazon.awssdk.services.iotfleetwise.model
Methods in software.amazon.awssdk.services.iotfleetwise.model that return GetModelManifestRequest.Builder Modifier and Type Method Description static GetModelManifestRequest.BuilderGetModelManifestRequest. builder()GetModelManifestRequest.BuilderGetModelManifestRequest.Builder. name(String name)The name of the vehicle model to retrieve information about.GetModelManifestRequest.BuilderGetModelManifestRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetModelManifestRequest.BuilderGetModelManifestRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetModelManifestRequest.BuilderGetModelManifestRequest. toBuilder()Methods in software.amazon.awssdk.services.iotfleetwise.model that return types with arguments of type GetModelManifestRequest.Builder Modifier and Type Method Description static Class<? extends GetModelManifestRequest.Builder>GetModelManifestRequest. serializableBuilderClass()
-