| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotwireless |
AWS IoT Wireless provides bi-directional communication between internet-connected wireless devices and the AWS Cloud.
|
| Modifier and Type | Method and Description |
|---|---|
default GetResourceLogLevelResponse |
IotWirelessClient.getResourceLogLevel(Consumer<GetResourceLogLevelRequest.Builder> getResourceLogLevelRequest)
Fetches the log-level override, if any, for a given resource-ID and resource-type.
|
default GetResourceLogLevelResponse |
IotWirelessClient.getResourceLogLevel(GetResourceLogLevelRequest getResourceLogLevelRequest)
Fetches the log-level override, if any, for a given resource-ID and resource-type.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetResourceLogLevelResponse> |
IotWirelessAsyncClient.getResourceLogLevel(Consumer<GetResourceLogLevelRequest.Builder> getResourceLogLevelRequest)
Fetches the log-level override, if any, for a given resource-ID and resource-type.
|
default CompletableFuture<GetResourceLogLevelResponse> |
IotWirelessAsyncClient.getResourceLogLevel(GetResourceLogLevelRequest getResourceLogLevelRequest)
Fetches the log-level override, if any, for a given resource-ID and resource-type.
|
Copyright © 2023. All rights reserved.