Uses of Class
software.amazon.awssdk.services.iot.model.GetLoggingOptionsRequest
-
Packages that use GetLoggingOptionsRequest Package Description software.amazon.awssdk.services.iot IoT software.amazon.awssdk.services.iot.transform -
-
Uses of GetLoggingOptionsRequest in software.amazon.awssdk.services.iot
Methods in software.amazon.awssdk.services.iot with parameters of type GetLoggingOptionsRequest Modifier and Type Method Description default CompletableFuture<GetLoggingOptionsResponse>IotAsyncClient. getLoggingOptions(GetLoggingOptionsRequest getLoggingOptionsRequest)Gets the logging options.default GetLoggingOptionsResponseIotClient. getLoggingOptions(GetLoggingOptionsRequest getLoggingOptionsRequest)Gets the logging options. -
Uses of GetLoggingOptionsRequest in software.amazon.awssdk.services.iot.transform
Methods in software.amazon.awssdk.services.iot.transform with parameters of type GetLoggingOptionsRequest Modifier and Type Method Description SdkHttpFullRequestGetLoggingOptionsRequestMarshaller. marshall(GetLoggingOptionsRequest getLoggingOptionsRequest)
-