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