Uses of Class
software.amazon.awssdk.services.iot.model.GetV2LoggingOptionsResponse
-
Packages that use GetV2LoggingOptionsResponse Package Description software.amazon.awssdk.services.iot IoT -
-
Uses of GetV2LoggingOptionsResponse in software.amazon.awssdk.services.iot
Methods in software.amazon.awssdk.services.iot that return GetV2LoggingOptionsResponse Modifier and Type Method Description default GetV2LoggingOptionsResponseIotClient. getV2LoggingOptions(Consumer<GetV2LoggingOptionsRequest.Builder> getV2LoggingOptionsRequest)Gets the fine grained logging options.default GetV2LoggingOptionsResponseIotClient. getV2LoggingOptions(GetV2LoggingOptionsRequest getV2LoggingOptionsRequest)Gets the fine grained logging options.Methods in software.amazon.awssdk.services.iot that return types with arguments of type GetV2LoggingOptionsResponse Modifier and Type Method Description default CompletableFuture<GetV2LoggingOptionsResponse>IotAsyncClient. getV2LoggingOptions(Consumer<GetV2LoggingOptionsRequest.Builder> getV2LoggingOptionsRequest)Gets the fine grained logging options.default CompletableFuture<GetV2LoggingOptionsResponse>IotAsyncClient. getV2LoggingOptions(GetV2LoggingOptionsRequest getV2LoggingOptionsRequest)Gets the fine grained logging options.
-