| 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 |
|---|---|
StartDeviceSyncResult |
AmazonAlexaForBusinessClient.startDeviceSync(StartDeviceSyncRequest request)
Resets a device and its account to the known default settings.
|
StartDeviceSyncResult |
AbstractAmazonAlexaForBusiness.startDeviceSync(StartDeviceSyncRequest request) |
StartDeviceSyncResult |
AmazonAlexaForBusiness.startDeviceSync(StartDeviceSyncRequest startDeviceSyncRequest)
Resets a device and its account to the known default settings.
|
Future<StartDeviceSyncResult> |
AbstractAmazonAlexaForBusinessAsync.startDeviceSyncAsync(StartDeviceSyncRequest request) |
Future<StartDeviceSyncResult> |
AmazonAlexaForBusinessAsync.startDeviceSyncAsync(StartDeviceSyncRequest startDeviceSyncRequest)
Resets a device and its account to the known default settings.
|
Future<StartDeviceSyncResult> |
AmazonAlexaForBusinessAsyncClient.startDeviceSyncAsync(StartDeviceSyncRequest request) |
Future<StartDeviceSyncResult> |
AbstractAmazonAlexaForBusinessAsync.startDeviceSyncAsync(StartDeviceSyncRequest request,
AsyncHandler<StartDeviceSyncRequest,StartDeviceSyncResult> asyncHandler) |
Future<StartDeviceSyncResult> |
AmazonAlexaForBusinessAsync.startDeviceSyncAsync(StartDeviceSyncRequest startDeviceSyncRequest,
AsyncHandler<StartDeviceSyncRequest,StartDeviceSyncResult> asyncHandler)
Resets a device and its account to the known default settings.
|
Future<StartDeviceSyncResult> |
AmazonAlexaForBusinessAsyncClient.startDeviceSyncAsync(StartDeviceSyncRequest request,
AsyncHandler<StartDeviceSyncRequest,StartDeviceSyncResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<StartDeviceSyncResult> |
AbstractAmazonAlexaForBusinessAsync.startDeviceSyncAsync(StartDeviceSyncRequest request,
AsyncHandler<StartDeviceSyncRequest,StartDeviceSyncResult> asyncHandler) |
Future<StartDeviceSyncResult> |
AmazonAlexaForBusinessAsync.startDeviceSyncAsync(StartDeviceSyncRequest startDeviceSyncRequest,
AsyncHandler<StartDeviceSyncRequest,StartDeviceSyncResult> asyncHandler)
Resets a device and its account to the known default settings.
|
Future<StartDeviceSyncResult> |
AmazonAlexaForBusinessAsyncClient.startDeviceSyncAsync(StartDeviceSyncRequest request,
AsyncHandler<StartDeviceSyncRequest,StartDeviceSyncResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
StartDeviceSyncRequest |
StartDeviceSyncRequest.clone() |
StartDeviceSyncRequest |
StartDeviceSyncRequest.withDeviceArn(String deviceArn)
The ARN of the device to sync.
|
StartDeviceSyncRequest |
StartDeviceSyncRequest.withFeatures(Collection<String> features)
Request structure to start the device sync.
|
StartDeviceSyncRequest |
StartDeviceSyncRequest.withFeatures(Feature... features)
Request structure to start the device sync.
|
StartDeviceSyncRequest |
StartDeviceSyncRequest.withFeatures(String... features)
Request structure to start the device sync.
|
StartDeviceSyncRequest |
StartDeviceSyncRequest.withRoomArn(String roomArn)
The ARN of the room with which the device to sync is associated.
|
Copyright © 2020. All rights reserved.