| 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 |
|---|---|
RegisterAVSDeviceResult |
AmazonAlexaForBusinessClient.registerAVSDevice(RegisterAVSDeviceRequest request)
Registers an Alexa-enabled device built by an Original Equipment Manufacturer (OEM) using Alexa Voice Service
(AVS).
|
RegisterAVSDeviceResult |
AmazonAlexaForBusiness.registerAVSDevice(RegisterAVSDeviceRequest registerAVSDeviceRequest)
Registers an Alexa-enabled device built by an Original Equipment Manufacturer (OEM) using Alexa Voice Service
(AVS).
|
RegisterAVSDeviceResult |
AbstractAmazonAlexaForBusiness.registerAVSDevice(RegisterAVSDeviceRequest request) |
Future<RegisterAVSDeviceResult> |
AmazonAlexaForBusinessAsyncClient.registerAVSDeviceAsync(RegisterAVSDeviceRequest request) |
Future<RegisterAVSDeviceResult> |
AmazonAlexaForBusinessAsync.registerAVSDeviceAsync(RegisterAVSDeviceRequest registerAVSDeviceRequest)
Registers an Alexa-enabled device built by an Original Equipment Manufacturer (OEM) using Alexa Voice Service
(AVS).
|
Future<RegisterAVSDeviceResult> |
AbstractAmazonAlexaForBusinessAsync.registerAVSDeviceAsync(RegisterAVSDeviceRequest request) |
Future<RegisterAVSDeviceResult> |
AmazonAlexaForBusinessAsyncClient.registerAVSDeviceAsync(RegisterAVSDeviceRequest request,
AsyncHandler<RegisterAVSDeviceRequest,RegisterAVSDeviceResult> asyncHandler) |
Future<RegisterAVSDeviceResult> |
AmazonAlexaForBusinessAsync.registerAVSDeviceAsync(RegisterAVSDeviceRequest registerAVSDeviceRequest,
AsyncHandler<RegisterAVSDeviceRequest,RegisterAVSDeviceResult> asyncHandler)
Registers an Alexa-enabled device built by an Original Equipment Manufacturer (OEM) using Alexa Voice Service
(AVS).
|
Future<RegisterAVSDeviceResult> |
AbstractAmazonAlexaForBusinessAsync.registerAVSDeviceAsync(RegisterAVSDeviceRequest request,
AsyncHandler<RegisterAVSDeviceRequest,RegisterAVSDeviceResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<RegisterAVSDeviceResult> |
AmazonAlexaForBusinessAsyncClient.registerAVSDeviceAsync(RegisterAVSDeviceRequest request,
AsyncHandler<RegisterAVSDeviceRequest,RegisterAVSDeviceResult> asyncHandler) |
Future<RegisterAVSDeviceResult> |
AmazonAlexaForBusinessAsync.registerAVSDeviceAsync(RegisterAVSDeviceRequest registerAVSDeviceRequest,
AsyncHandler<RegisterAVSDeviceRequest,RegisterAVSDeviceResult> asyncHandler)
Registers an Alexa-enabled device built by an Original Equipment Manufacturer (OEM) using Alexa Voice Service
(AVS).
|
Future<RegisterAVSDeviceResult> |
AbstractAmazonAlexaForBusinessAsync.registerAVSDeviceAsync(RegisterAVSDeviceRequest request,
AsyncHandler<RegisterAVSDeviceRequest,RegisterAVSDeviceResult> asyncHandler) |
| 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 © 2022. All rights reserved.