| Package | Description |
|---|---|
| com.amazonaws.services.alexaforbusiness |
Alexa for Business helps you use Alexa in your organization.
|
| com.amazonaws.services.alexaforbusiness.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateGatewayResult> |
AmazonAlexaForBusinessAsyncClient.updateGatewayAsync(UpdateGatewayRequest request,
AsyncHandler<UpdateGatewayRequest,UpdateGatewayResult> asyncHandler) |
Future<UpdateGatewayResult> |
AmazonAlexaForBusinessAsync.updateGatewayAsync(UpdateGatewayRequest updateGatewayRequest,
AsyncHandler<UpdateGatewayRequest,UpdateGatewayResult> asyncHandler)
Updates the details of a gateway.
|
Future<UpdateGatewayResult> |
AbstractAmazonAlexaForBusinessAsync.updateGatewayAsync(UpdateGatewayRequest request,
AsyncHandler<UpdateGatewayRequest,UpdateGatewayResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateGatewayRequest |
UpdateGatewayRequest.clone() |
UpdateGatewayRequest |
UpdateGatewayRequest.withDescription(String description)
The updated description of the gateway.
|
UpdateGatewayRequest |
UpdateGatewayRequest.withGatewayArn(String gatewayArn)
The ARN of the gateway to update.
|
UpdateGatewayRequest |
UpdateGatewayRequest.withName(String name)
The updated name of the gateway.
|
UpdateGatewayRequest |
UpdateGatewayRequest.withSoftwareVersion(String softwareVersion)
The updated software version of the gateway.
|
Copyright © 2023. All rights reserved.