Uses of Class
software.amazon.awssdk.services.iot.model.GetLoggingOptionsResponse
-
Packages that use GetLoggingOptionsResponse Package Description software.amazon.awssdk.services.iot IoT -
-
Uses of GetLoggingOptionsResponse in software.amazon.awssdk.services.iot
Methods in software.amazon.awssdk.services.iot that return GetLoggingOptionsResponse Modifier and Type Method Description default GetLoggingOptionsResponse
IotClient. getLoggingOptions()
Gets the logging options.default GetLoggingOptionsResponse
IotClient. getLoggingOptions(Consumer<GetLoggingOptionsRequest.Builder> getLoggingOptionsRequest)
Gets the logging options.default GetLoggingOptionsResponse
IotClient. getLoggingOptions(GetLoggingOptionsRequest getLoggingOptionsRequest)
Gets the logging options.Methods in software.amazon.awssdk.services.iot that return types with arguments of type GetLoggingOptionsResponse Modifier and Type Method Description default CompletableFuture<GetLoggingOptionsResponse>
IotAsyncClient. getLoggingOptions()
Gets the logging options.default CompletableFuture<GetLoggingOptionsResponse>
IotAsyncClient. getLoggingOptions(Consumer<GetLoggingOptionsRequest.Builder> getLoggingOptionsRequest)
Gets the logging options.default CompletableFuture<GetLoggingOptionsResponse>
IotAsyncClient. getLoggingOptions(GetLoggingOptionsRequest getLoggingOptionsRequest)
Gets the logging options.
-