| 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<AssociateDeviceWithRoomResult> |
AbstractAmazonAlexaForBusinessAsync.associateDeviceWithRoomAsync(AssociateDeviceWithRoomRequest request,
AsyncHandler<AssociateDeviceWithRoomRequest,AssociateDeviceWithRoomResult> asyncHandler) |
Future<AssociateDeviceWithRoomResult> |
AmazonAlexaForBusinessAsync.associateDeviceWithRoomAsync(AssociateDeviceWithRoomRequest associateDeviceWithRoomRequest,
AsyncHandler<AssociateDeviceWithRoomRequest,AssociateDeviceWithRoomResult> asyncHandler)
Associates a device with a given room.
|
Future<AssociateDeviceWithRoomResult> |
AmazonAlexaForBusinessAsyncClient.associateDeviceWithRoomAsync(AssociateDeviceWithRoomRequest request,
AsyncHandler<AssociateDeviceWithRoomRequest,AssociateDeviceWithRoomResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
AssociateDeviceWithRoomRequest |
AssociateDeviceWithRoomRequest.clone() |
AssociateDeviceWithRoomRequest |
AssociateDeviceWithRoomRequest.withDeviceArn(String deviceArn)
The ARN of the device to associate to a room.
|
AssociateDeviceWithRoomRequest |
AssociateDeviceWithRoomRequest.withRoomArn(String roomArn)
The ARN of the room with which to associate the device.
|
Copyright © 2020. All rights reserved.