Uses of Class
software.amazon.awssdk.services.alexaforbusiness.model.Feature
-
Packages that use Feature Package Description software.amazon.awssdk.services.alexaforbusiness.model -
-
Uses of Feature in software.amazon.awssdk.services.alexaforbusiness.model
Methods in software.amazon.awssdk.services.alexaforbusiness.model that return Feature Modifier and Type Method Description FeatureDeviceStatusDetail. feature()The list of available features on the device.static FeatureFeature. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static FeatureFeature. valueOf(String name)Returns the enum constant of this type with the specified name.static Feature[]Feature. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.alexaforbusiness.model that return types with arguments of type Feature Modifier and Type Method Description List<Feature>StartDeviceSyncRequest. features()Request structure to start the device sync.static Set<Feature>Feature. knownValues()Methods in software.amazon.awssdk.services.alexaforbusiness.model with parameters of type Feature Modifier and Type Method Description DeviceStatusDetail.BuilderDeviceStatusDetail.Builder. feature(Feature feature)The list of available features on the device.StartDeviceSyncRequest.BuilderStartDeviceSyncRequest.Builder. features(Feature... features)Request structure to start the device sync.Method parameters in software.amazon.awssdk.services.alexaforbusiness.model with type arguments of type Feature Modifier and Type Method Description StartDeviceSyncRequest.BuilderStartDeviceSyncRequest.Builder. features(Collection<Feature> features)Request structure to start the device sync.
-