| Package | Description |
|---|---|
| com.amazonaws.services.alexaforbusiness |
Alexa for Business makes it easy for you to 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 to 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 © 2017. All rights reserved.