Uses of Class
software.amazon.awssdk.services.iot.model.SetV2LoggingOptionsResponse
-
Packages that use SetV2LoggingOptionsResponse Package Description software.amazon.awssdk.services.iot IoT -
-
Uses of SetV2LoggingOptionsResponse in software.amazon.awssdk.services.iot
Methods in software.amazon.awssdk.services.iot that return SetV2LoggingOptionsResponse Modifier and Type Method Description default SetV2LoggingOptionsResponseIotClient. setV2LoggingOptions(Consumer<SetV2LoggingOptionsRequest.Builder> setV2LoggingOptionsRequest)Sets the logging options for the V2 logging service.default SetV2LoggingOptionsResponseIotClient. setV2LoggingOptions(SetV2LoggingOptionsRequest setV2LoggingOptionsRequest)Sets the logging options for the V2 logging service.Methods in software.amazon.awssdk.services.iot that return types with arguments of type SetV2LoggingOptionsResponse Modifier and Type Method Description default CompletableFuture<SetV2LoggingOptionsResponse>IotAsyncClient. setV2LoggingOptions(Consumer<SetV2LoggingOptionsRequest.Builder> setV2LoggingOptionsRequest)Sets the logging options for the V2 logging service.default CompletableFuture<SetV2LoggingOptionsResponse>IotAsyncClient. setV2LoggingOptions(SetV2LoggingOptionsRequest setV2LoggingOptionsRequest)Sets the logging options for the V2 logging service.
-