| 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<StartDeviceSyncResult> |
AmazonAlexaForBusinessAsyncClient.startDeviceSyncAsync(StartDeviceSyncRequest request,
AsyncHandler<StartDeviceSyncRequest,StartDeviceSyncResult> asyncHandler)
Deprecated.
|
Future<StartDeviceSyncResult> |
AmazonAlexaForBusinessAsync.startDeviceSyncAsync(StartDeviceSyncRequest startDeviceSyncRequest,
AsyncHandler<StartDeviceSyncRequest,StartDeviceSyncResult> asyncHandler)
Deprecated.
|
Future<StartDeviceSyncResult> |
AbstractAmazonAlexaForBusinessAsync.startDeviceSyncAsync(StartDeviceSyncRequest request,
AsyncHandler<StartDeviceSyncRequest,StartDeviceSyncResult> asyncHandler)
Deprecated.
|
| 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 © 2023. All rights reserved.