| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotwireless |
AWS IoT Wireless API documentation
|
| 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, coulde be a wireless device or a
wireless gateway.
|
default GetResourceLogLevelResponse |
IotWirelessClient.getResourceLogLevel(GetResourceLogLevelRequest getResourceLogLevelRequest)
Fetches the log-level override if any for a given resource-ID and resource-type, coulde be a wireless device or a
wireless gateway.
|
| 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, coulde be a wireless device or a
wireless gateway.
|
default CompletableFuture<GetResourceLogLevelResponse> |
IotWirelessAsyncClient.getResourceLogLevel(GetResourceLogLevelRequest getResourceLogLevelRequest)
Fetches the log-level override if any for a given resource-ID and resource-type, coulde be a wireless device or a
wireless gateway.
|
Copyright © 2021. All rights reserved.