| Package | Description |
|---|---|
| com.amazonaws.services.alexaforbusiness |
Alexa for Business has been retired and is no longer supported.
|
| com.amazonaws.services.alexaforbusiness.model |
| Modifier and Type | Method and Description |
|---|---|
Future<RegisterAVSDeviceResult> |
AmazonAlexaForBusinessAsyncClient.registerAVSDeviceAsync(RegisterAVSDeviceRequest request,
AsyncHandler<RegisterAVSDeviceRequest,RegisterAVSDeviceResult> asyncHandler)
Deprecated.
|
Future<RegisterAVSDeviceResult> |
AmazonAlexaForBusinessAsync.registerAVSDeviceAsync(RegisterAVSDeviceRequest registerAVSDeviceRequest,
AsyncHandler<RegisterAVSDeviceRequest,RegisterAVSDeviceResult> asyncHandler)
Deprecated.
|
Future<RegisterAVSDeviceResult> |
AbstractAmazonAlexaForBusinessAsync.registerAVSDeviceAsync(RegisterAVSDeviceRequest request,
AsyncHandler<RegisterAVSDeviceRequest,RegisterAVSDeviceResult> asyncHandler)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
RegisterAVSDeviceRequest |
RegisterAVSDeviceRequest.clone() |
RegisterAVSDeviceRequest |
RegisterAVSDeviceRequest.withAmazonId(String amazonId)
The device type ID for your AVS device generated by Amazon when the OEM creates a new product on Amazon's
Developer Console.
|
RegisterAVSDeviceRequest |
RegisterAVSDeviceRequest.withClientId(String clientId)
The client ID of the OEM used for code-based linking authorization on an AVS device.
|
RegisterAVSDeviceRequest |
RegisterAVSDeviceRequest.withDeviceSerialNumber(String deviceSerialNumber)
The key generated by the OEM that uniquely identifies a specified instance of your AVS device.
|
RegisterAVSDeviceRequest |
RegisterAVSDeviceRequest.withProductId(String productId)
The product ID used to identify your AVS device during authorization.
|
RegisterAVSDeviceRequest |
RegisterAVSDeviceRequest.withRoomArn(String roomArn)
The Amazon Resource Name (ARN) of the room with which to associate your AVS device.
|
RegisterAVSDeviceRequest |
RegisterAVSDeviceRequest.withTags(Collection<Tag> tags)
The tags to be added to the specified resource.
|
RegisterAVSDeviceRequest |
RegisterAVSDeviceRequest.withTags(Tag... tags)
The tags to be added to the specified resource.
|
RegisterAVSDeviceRequest |
RegisterAVSDeviceRequest.withUserCode(String userCode)
The code that is obtained after your AVS device has made a POST request to LWA as a part of the Device
Authorization Request component of the OAuth code-based linking specification.
|
Copyright © 2023. All rights reserved.