Uses of Class
software.amazon.awssdk.services.iot.model.SetLoggingOptionsRequest
-
Packages that use SetLoggingOptionsRequest Package Description software.amazon.awssdk.services.iot IoT software.amazon.awssdk.services.iot.transform -
-
Uses of SetLoggingOptionsRequest in software.amazon.awssdk.services.iot
Methods in software.amazon.awssdk.services.iot with parameters of type SetLoggingOptionsRequest Modifier and Type Method Description default CompletableFuture<SetLoggingOptionsResponse>IotAsyncClient. setLoggingOptions(SetLoggingOptionsRequest setLoggingOptionsRequest)Sets the logging options.default SetLoggingOptionsResponseIotClient. setLoggingOptions(SetLoggingOptionsRequest setLoggingOptionsRequest)Sets the logging options. -
Uses of SetLoggingOptionsRequest in software.amazon.awssdk.services.iot.transform
Methods in software.amazon.awssdk.services.iot.transform with parameters of type SetLoggingOptionsRequest Modifier and Type Method Description SdkHttpFullRequestSetLoggingOptionsRequestMarshaller. marshall(SetLoggingOptionsRequest setLoggingOptionsRequest)
-