Uses of Class
software.amazon.awssdk.services.iotfleetwise.model.UpdateFleetResponse
-
Packages that use UpdateFleetResponse 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. -
-
Uses of UpdateFleetResponse in software.amazon.awssdk.services.iotfleetwise
Methods in software.amazon.awssdk.services.iotfleetwise that return UpdateFleetResponse Modifier and Type Method Description default UpdateFleetResponseIoTFleetWiseClient. updateFleet(Consumer<UpdateFleetRequest.Builder> updateFleetRequest)Updates the description of an existing fleet.default UpdateFleetResponseIoTFleetWiseClient. updateFleet(UpdateFleetRequest updateFleetRequest)Updates the description of an existing fleet.Methods in software.amazon.awssdk.services.iotfleetwise that return types with arguments of type UpdateFleetResponse Modifier and Type Method Description default CompletableFuture<UpdateFleetResponse>IoTFleetWiseAsyncClient. updateFleet(Consumer<UpdateFleetRequest.Builder> updateFleetRequest)Updates the description of an existing fleet.default CompletableFuture<UpdateFleetResponse>IoTFleetWiseAsyncClient. updateFleet(UpdateFleetRequest updateFleetRequest)Updates the description of an existing fleet.
-