Uses of Interface
software.amazon.awssdk.services.iotfleetwise.model.PutLoggingOptionsRequest.Builder
-
Packages that use PutLoggingOptionsRequest.Builder 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.software.amazon.awssdk.services.iotfleetwise.model -
-
Uses of PutLoggingOptionsRequest.Builder in software.amazon.awssdk.services.iotfleetwise
Method parameters in software.amazon.awssdk.services.iotfleetwise with type arguments of type PutLoggingOptionsRequest.Builder Modifier and Type Method Description default CompletableFuture<PutLoggingOptionsResponse>IoTFleetWiseAsyncClient. putLoggingOptions(Consumer<PutLoggingOptionsRequest.Builder> putLoggingOptionsRequest)Creates or updates the logging option.default PutLoggingOptionsResponseIoTFleetWiseClient. putLoggingOptions(Consumer<PutLoggingOptionsRequest.Builder> putLoggingOptionsRequest)Creates or updates the logging option. -
Uses of PutLoggingOptionsRequest.Builder in software.amazon.awssdk.services.iotfleetwise.model
Methods in software.amazon.awssdk.services.iotfleetwise.model that return types with arguments of type PutLoggingOptionsRequest.Builder Modifier and Type Method Description static Class<? extends PutLoggingOptionsRequest.Builder>PutLoggingOptionsRequest. serializableBuilderClass()
-