Uses of Interface
software.amazon.awssdk.services.iotfleetwise.model.ListFleetsForVehicleResponse.Builder
-
Packages that use ListFleetsForVehicleResponse.Builder Package Description software.amazon.awssdk.services.iotfleetwise.model -
-
Uses of ListFleetsForVehicleResponse.Builder in software.amazon.awssdk.services.iotfleetwise.model
Methods in software.amazon.awssdk.services.iotfleetwise.model that return ListFleetsForVehicleResponse.Builder Modifier and Type Method Description static ListFleetsForVehicleResponse.BuilderListFleetsForVehicleResponse. builder()ListFleetsForVehicleResponse.BuilderListFleetsForVehicleResponse.Builder. fleets(String... fleets)A list of fleet IDs that the vehicle is associated with.ListFleetsForVehicleResponse.BuilderListFleetsForVehicleResponse.Builder. fleets(Collection<String> fleets)A list of fleet IDs that the vehicle is associated with.ListFleetsForVehicleResponse.BuilderListFleetsForVehicleResponse.Builder. nextToken(String nextToken)The token to retrieve the next set of results, ornullif there are no more results.ListFleetsForVehicleResponse.BuilderListFleetsForVehicleResponse. toBuilder()Methods in software.amazon.awssdk.services.iotfleetwise.model that return types with arguments of type ListFleetsForVehicleResponse.Builder Modifier and Type Method Description static Class<? extends ListFleetsForVehicleResponse.Builder>ListFleetsForVehicleResponse. serializableBuilderClass()
-