Uses of Interface
software.amazon.awssdk.services.alexaforbusiness.model.StartDeviceSyncRequest.Builder
-
Packages that use StartDeviceSyncRequest.Builder Package Description software.amazon.awssdk.services.alexaforbusiness Alexa for Business has been retired and is no longer supported.software.amazon.awssdk.services.alexaforbusiness.model -
-
Uses of StartDeviceSyncRequest.Builder in software.amazon.awssdk.services.alexaforbusiness
Method parameters in software.amazon.awssdk.services.alexaforbusiness with type arguments of type StartDeviceSyncRequest.Builder Modifier and Type Method Description default CompletableFuture<StartDeviceSyncResponse>AlexaForBusinessAsyncClient. startDeviceSync(Consumer<StartDeviceSyncRequest.Builder> startDeviceSyncRequest)Deprecated.Alexa For Business is no longer supporteddefault StartDeviceSyncResponseAlexaForBusinessClient. startDeviceSync(Consumer<StartDeviceSyncRequest.Builder> startDeviceSyncRequest)Deprecated.Alexa For Business is no longer supported -
Uses of StartDeviceSyncRequest.Builder in software.amazon.awssdk.services.alexaforbusiness.model
Methods in software.amazon.awssdk.services.alexaforbusiness.model that return StartDeviceSyncRequest.Builder Modifier and Type Method Description static StartDeviceSyncRequest.BuilderStartDeviceSyncRequest. builder()StartDeviceSyncRequest.BuilderStartDeviceSyncRequest.Builder. deviceArn(String deviceArn)The ARN of the device to sync.StartDeviceSyncRequest.BuilderStartDeviceSyncRequest.Builder. features(Collection<Feature> features)Request structure to start the device sync.StartDeviceSyncRequest.BuilderStartDeviceSyncRequest.Builder. features(Feature... features)Request structure to start the device sync.StartDeviceSyncRequest.BuilderStartDeviceSyncRequest.Builder. featuresWithStrings(String... features)Request structure to start the device sync.StartDeviceSyncRequest.BuilderStartDeviceSyncRequest.Builder. featuresWithStrings(Collection<String> features)Request structure to start the device sync.StartDeviceSyncRequest.BuilderStartDeviceSyncRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)StartDeviceSyncRequest.BuilderStartDeviceSyncRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)StartDeviceSyncRequest.BuilderStartDeviceSyncRequest.Builder. roomArn(String roomArn)The ARN of the room with which the device to sync is associated.StartDeviceSyncRequest.BuilderStartDeviceSyncRequest. toBuilder()Methods in software.amazon.awssdk.services.alexaforbusiness.model that return types with arguments of type StartDeviceSyncRequest.Builder Modifier and Type Method Description static Class<? extends StartDeviceSyncRequest.Builder>StartDeviceSyncRequest. serializableBuilderClass()
-