Uses of Class
software.amazon.awssdk.services.iot1clickdevices.model.DeviceMethod
-
Packages that use DeviceMethod Package Description software.amazon.awssdk.services.iot1clickdevices.model -
-
Uses of DeviceMethod in software.amazon.awssdk.services.iot1clickdevices.model
Methods in software.amazon.awssdk.services.iot1clickdevices.model that return DeviceMethod Modifier and Type Method Description DeviceMethodInvokeDeviceMethodRequest. deviceMethod()The device method to invoke.Methods in software.amazon.awssdk.services.iot1clickdevices.model that return types with arguments of type DeviceMethod Modifier and Type Method Description List<DeviceMethod>GetDeviceMethodsResponse. deviceMethods()List of available device APIs.Methods in software.amazon.awssdk.services.iot1clickdevices.model with parameters of type DeviceMethod Modifier and Type Method Description InvokeDeviceMethodRequest.BuilderInvokeDeviceMethodRequest.Builder. deviceMethod(DeviceMethod deviceMethod)The device method to invoke.GetDeviceMethodsResponse.BuilderGetDeviceMethodsResponse.Builder. deviceMethods(DeviceMethod... deviceMethods)List of available device APIs.Method parameters in software.amazon.awssdk.services.iot1clickdevices.model with type arguments of type DeviceMethod Modifier and Type Method Description GetDeviceMethodsResponse.BuilderGetDeviceMethodsResponse.Builder. deviceMethods(Collection<DeviceMethod> deviceMethods)List of available device APIs.
-