| Package | Description |
|---|---|
| com.amazonaws.services.iotwireless |
AWS IoT Wireless provides bi-directional communication between internet-connected wireless devices and the AWS Cloud.
|
| com.amazonaws.services.iotwireless.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateWirelessGatewayResult> |
AWSIoTWirelessAsyncClient.updateWirelessGatewayAsync(UpdateWirelessGatewayRequest request,
AsyncHandler<UpdateWirelessGatewayRequest,UpdateWirelessGatewayResult> asyncHandler) |
Future<UpdateWirelessGatewayResult> |
AWSIoTWirelessAsync.updateWirelessGatewayAsync(UpdateWirelessGatewayRequest updateWirelessGatewayRequest,
AsyncHandler<UpdateWirelessGatewayRequest,UpdateWirelessGatewayResult> asyncHandler)
Updates properties of a wireless gateway.
|
Future<UpdateWirelessGatewayResult> |
AbstractAWSIoTWirelessAsync.updateWirelessGatewayAsync(UpdateWirelessGatewayRequest request,
AsyncHandler<UpdateWirelessGatewayRequest,UpdateWirelessGatewayResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateWirelessGatewayRequest |
UpdateWirelessGatewayRequest.clone() |
UpdateWirelessGatewayRequest |
UpdateWirelessGatewayRequest.withDescription(String description)
A new description of the resource.
|
UpdateWirelessGatewayRequest |
UpdateWirelessGatewayRequest.withId(String id)
The ID of the resource to update.
|
UpdateWirelessGatewayRequest |
UpdateWirelessGatewayRequest.withJoinEuiFilters(Collection<List<String>> joinEuiFilters) |
UpdateWirelessGatewayRequest |
UpdateWirelessGatewayRequest.withJoinEuiFilters(List<String>... joinEuiFilters)
NOTE: This method appends the values to the existing list (if any).
|
UpdateWirelessGatewayRequest |
UpdateWirelessGatewayRequest.withMaxEirp(Float maxEirp)
The MaxEIRP value.
|
UpdateWirelessGatewayRequest |
UpdateWirelessGatewayRequest.withName(String name)
The new name of the resource.
|
UpdateWirelessGatewayRequest |
UpdateWirelessGatewayRequest.withNetIdFilters(Collection<String> netIdFilters) |
UpdateWirelessGatewayRequest |
UpdateWirelessGatewayRequest.withNetIdFilters(String... netIdFilters)
NOTE: This method appends the values to the existing list (if any).
|
Copyright © 2023. All rights reserved.