Uses of Class
software.amazon.awssdk.services.iotfleetwise.model.GetLoggingOptionsResponse
-
Packages that use GetLoggingOptionsResponse 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 GetLoggingOptionsResponse in software.amazon.awssdk.services.iotfleetwise
Methods in software.amazon.awssdk.services.iotfleetwise that return GetLoggingOptionsResponse Modifier and Type Method Description default GetLoggingOptionsResponseIoTFleetWiseClient. getLoggingOptions(Consumer<GetLoggingOptionsRequest.Builder> getLoggingOptionsRequest)Retrieves the logging options.default GetLoggingOptionsResponseIoTFleetWiseClient. getLoggingOptions(GetLoggingOptionsRequest getLoggingOptionsRequest)Retrieves the logging options.Methods in software.amazon.awssdk.services.iotfleetwise that return types with arguments of type GetLoggingOptionsResponse Modifier and Type Method Description default CompletableFuture<GetLoggingOptionsResponse>IoTFleetWiseAsyncClient. getLoggingOptions(Consumer<GetLoggingOptionsRequest.Builder> getLoggingOptionsRequest)Retrieves the logging options.default CompletableFuture<GetLoggingOptionsResponse>IoTFleetWiseAsyncClient. getLoggingOptions(GetLoggingOptionsRequest getLoggingOptionsRequest)Retrieves the logging options.
-