Uses of Class
software.amazon.awssdk.services.iotanalytics.model.PutLoggingOptionsRequest
-
Packages that use PutLoggingOptionsRequest Package Description software.amazon.awssdk.services.iotanalytics IoT Analytics allows you to collect large amounts of device data, process messages, and store them.software.amazon.awssdk.services.iotanalytics.transform -
-
Uses of PutLoggingOptionsRequest in software.amazon.awssdk.services.iotanalytics
Methods in software.amazon.awssdk.services.iotanalytics with parameters of type PutLoggingOptionsRequest Modifier and Type Method Description default CompletableFuture<PutLoggingOptionsResponse>IoTAnalyticsAsyncClient. putLoggingOptions(PutLoggingOptionsRequest putLoggingOptionsRequest)Sets or updates the IoT Analytics logging options.default PutLoggingOptionsResponseIoTAnalyticsClient. putLoggingOptions(PutLoggingOptionsRequest putLoggingOptionsRequest)Sets or updates the IoT Analytics logging options. -
Uses of PutLoggingOptionsRequest in software.amazon.awssdk.services.iotanalytics.transform
Methods in software.amazon.awssdk.services.iotanalytics.transform with parameters of type PutLoggingOptionsRequest Modifier and Type Method Description SdkHttpFullRequestPutLoggingOptionsRequestMarshaller. marshall(PutLoggingOptionsRequest putLoggingOptionsRequest)
-