| Package | Description |
|---|---|
| software.amazon.awssdk.services.alexaforbusiness |
Alexa for Business has been retired and is no longer supported.
|
| software.amazon.awssdk.services.alexaforbusiness.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<StartDeviceSyncResponse> |
AlexaForBusinessAsyncClient.startDeviceSync(Consumer<StartDeviceSyncRequest.Builder> startDeviceSyncRequest)
Deprecated.
Alexa For Business is no longer supported
|
default StartDeviceSyncResponse |
AlexaForBusinessClient.startDeviceSync(Consumer<StartDeviceSyncRequest.Builder> startDeviceSyncRequest)
Deprecated.
Alexa For Business is no longer supported
|
| Modifier and Type | Method and Description |
|---|---|
static StartDeviceSyncRequest.Builder |
StartDeviceSyncRequest.builder() |
StartDeviceSyncRequest.Builder |
StartDeviceSyncRequest.Builder.deviceArn(String deviceArn)
The ARN of the device to sync.
|
StartDeviceSyncRequest.Builder |
StartDeviceSyncRequest.Builder.features(Collection<Feature> features)
Request structure to start the device sync.
|
StartDeviceSyncRequest.Builder |
StartDeviceSyncRequest.Builder.features(Feature... features)
Request structure to start the device sync.
|
StartDeviceSyncRequest.Builder |
StartDeviceSyncRequest.Builder.featuresWithStrings(Collection<String> features)
Request structure to start the device sync.
|
StartDeviceSyncRequest.Builder |
StartDeviceSyncRequest.Builder.featuresWithStrings(String... features)
Request structure to start the device sync.
|
StartDeviceSyncRequest.Builder |
StartDeviceSyncRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
StartDeviceSyncRequest.Builder |
StartDeviceSyncRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
StartDeviceSyncRequest.Builder |
StartDeviceSyncRequest.Builder.roomArn(String roomArn)
The ARN of the room with which the device to sync is associated.
|
StartDeviceSyncRequest.Builder |
StartDeviceSyncRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends StartDeviceSyncRequest.Builder> |
StartDeviceSyncRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.