| Package | Description |
|---|---|
| com.amazonaws.services.iotsitewise |
Welcome to the IoT SiteWise API Reference.
|
| com.amazonaws.services.iotsitewise.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateGatewayResult> |
AWSIoTSiteWiseAsyncClient.updateGatewayAsync(UpdateGatewayRequest request,
AsyncHandler<UpdateGatewayRequest,UpdateGatewayResult> asyncHandler) |
Future<UpdateGatewayResult> |
AWSIoTSiteWiseAsync.updateGatewayAsync(UpdateGatewayRequest updateGatewayRequest,
AsyncHandler<UpdateGatewayRequest,UpdateGatewayResult> asyncHandler)
Updates a gateway's name.
|
Future<UpdateGatewayResult> |
AbstractAWSIoTSiteWiseAsync.updateGatewayAsync(UpdateGatewayRequest request,
AsyncHandler<UpdateGatewayRequest,UpdateGatewayResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateGatewayRequest |
UpdateGatewayRequest.clone() |
UpdateGatewayRequest |
UpdateGatewayRequest.withGatewayId(String gatewayId)
The ID of the gateway to update.
|
UpdateGatewayRequest |
UpdateGatewayRequest.withGatewayName(String gatewayName)
A unique, friendly name for the gateway.
|
Copyright © 2023. All rights reserved.