Uses of Class
software.amazon.awssdk.services.iotfleetwise.model.GetFleetResponse
-
Packages that use GetFleetResponse 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 GetFleetResponse in software.amazon.awssdk.services.iotfleetwise
Methods in software.amazon.awssdk.services.iotfleetwise that return GetFleetResponse Modifier and Type Method Description default GetFleetResponseIoTFleetWiseClient. getFleet(Consumer<GetFleetRequest.Builder> getFleetRequest)Retrieves information about a fleet.default GetFleetResponseIoTFleetWiseClient. getFleet(GetFleetRequest getFleetRequest)Retrieves information about a fleet.Methods in software.amazon.awssdk.services.iotfleetwise that return types with arguments of type GetFleetResponse Modifier and Type Method Description default CompletableFuture<GetFleetResponse>IoTFleetWiseAsyncClient. getFleet(Consumer<GetFleetRequest.Builder> getFleetRequest)Retrieves information about a fleet.default CompletableFuture<GetFleetResponse>IoTFleetWiseAsyncClient. getFleet(GetFleetRequest getFleetRequest)Retrieves information about a fleet.
-