Uses of Class
software.amazon.awssdk.services.iotfleetwise.model.CreateVehicleResponseItem
-
Packages that use CreateVehicleResponseItem Package Description software.amazon.awssdk.services.iotfleetwise.model -
-
Uses of CreateVehicleResponseItem in software.amazon.awssdk.services.iotfleetwise.model
Methods in software.amazon.awssdk.services.iotfleetwise.model that return types with arguments of type CreateVehicleResponseItem Modifier and Type Method Description List<CreateVehicleResponseItem>BatchCreateVehicleResponse. vehicles()A list of information about a batch of created vehicles.Methods in software.amazon.awssdk.services.iotfleetwise.model with parameters of type CreateVehicleResponseItem Modifier and Type Method Description BatchCreateVehicleResponse.BuilderBatchCreateVehicleResponse.Builder. vehicles(CreateVehicleResponseItem... vehicles)A list of information about a batch of created vehicles.Method parameters in software.amazon.awssdk.services.iotfleetwise.model with type arguments of type CreateVehicleResponseItem Modifier and Type Method Description BatchCreateVehicleResponse.BuilderBatchCreateVehicleResponse.Builder. vehicles(Collection<CreateVehicleResponseItem> vehicles)A list of information about a batch of created vehicles.
-