Uses of Class
software.amazon.awssdk.services.iotfleetwise.model.VehicleSummary
-
Packages that use VehicleSummary Package Description software.amazon.awssdk.services.iotfleetwise.model software.amazon.awssdk.services.iotfleetwise.paginators -
-
Uses of VehicleSummary in software.amazon.awssdk.services.iotfleetwise.model
Methods in software.amazon.awssdk.services.iotfleetwise.model that return types with arguments of type VehicleSummary Modifier and Type Method Description List<VehicleSummary>ListVehiclesResponse. vehicleSummaries()A list of vehicles and information about them.Methods in software.amazon.awssdk.services.iotfleetwise.model with parameters of type VehicleSummary Modifier and Type Method Description ListVehiclesResponse.BuilderListVehiclesResponse.Builder. vehicleSummaries(VehicleSummary... vehicleSummaries)A list of vehicles and information about them.Method parameters in software.amazon.awssdk.services.iotfleetwise.model with type arguments of type VehicleSummary Modifier and Type Method Description ListVehiclesResponse.BuilderListVehiclesResponse.Builder. vehicleSummaries(Collection<VehicleSummary> vehicleSummaries)A list of vehicles and information about them. -
Uses of VehicleSummary in software.amazon.awssdk.services.iotfleetwise.paginators
Methods in software.amazon.awssdk.services.iotfleetwise.paginators that return types with arguments of type VehicleSummary Modifier and Type Method Description SdkIterable<VehicleSummary>ListVehiclesIterable. vehicleSummaries()Returns an iterable to iterate through the paginatedListVehiclesResponse.vehicleSummaries()member.SdkPublisher<VehicleSummary>ListVehiclesPublisher. vehicleSummaries()Returns a publisher that can be used to get a stream of data.
-