Uses of Class
software.amazon.awssdk.services.iotfleetwise.model.VehicleStatus
-
Packages that use VehicleStatus Package Description software.amazon.awssdk.services.iotfleetwise.model software.amazon.awssdk.services.iotfleetwise.paginators -
-
Uses of VehicleStatus in software.amazon.awssdk.services.iotfleetwise.model
Methods in software.amazon.awssdk.services.iotfleetwise.model that return types with arguments of type VehicleStatus Modifier and Type Method Description List<VehicleStatus>GetVehicleStatusResponse. campaigns()Lists information about the state of the vehicle with deployed campaigns.Methods in software.amazon.awssdk.services.iotfleetwise.model with parameters of type VehicleStatus Modifier and Type Method Description GetVehicleStatusResponse.BuilderGetVehicleStatusResponse.Builder. campaigns(VehicleStatus... campaigns)Lists information about the state of the vehicle with deployed campaigns.Method parameters in software.amazon.awssdk.services.iotfleetwise.model with type arguments of type VehicleStatus Modifier and Type Method Description GetVehicleStatusResponse.BuilderGetVehicleStatusResponse.Builder. campaigns(Collection<VehicleStatus> campaigns)Lists information about the state of the vehicle with deployed campaigns. -
Uses of VehicleStatus in software.amazon.awssdk.services.iotfleetwise.paginators
Methods in software.amazon.awssdk.services.iotfleetwise.paginators that return types with arguments of type VehicleStatus Modifier and Type Method Description SdkIterable<VehicleStatus>GetVehicleStatusIterable. campaigns()Returns an iterable to iterate through the paginatedGetVehicleStatusResponse.campaigns()member.SdkPublisher<VehicleStatus>GetVehicleStatusPublisher. campaigns()Returns a publisher that can be used to get a stream of data.
-