Uses of Class
com.cumulocity.rest.representation.devicebootstrap.DeviceCredentialsRepresentation
-
Packages that use DeviceCredentialsRepresentation Package Description com.cumulocity.sdk.client.devicecontrol -
-
Uses of DeviceCredentialsRepresentation in com.cumulocity.sdk.client.devicecontrol
Methods in com.cumulocity.sdk.client.devicecontrol that return DeviceCredentialsRepresentation Modifier and Type Method Description DeviceCredentialsRepresentationDeviceCredentialsApi. pollCredentials(String deviceId)Executes single request to credentials endpointDeviceCredentialsRepresentationDeviceCredentialsApi. pollCredentials(String deviceId, int interval, int timeout)Schedule polling credentials task, invoking it at the specified execution time and subsequently with the given interval Execution will end after timeoutDeviceCredentialsRepresentationDeviceCredentialsApi. pollCredentials(String deviceId, PollingStrategy strategy)Device poll credentialsDeviceCredentialsRepresentationDeviceCredentialsApiImpl. pollCredentials(String deviceId)DeviceCredentialsRepresentationDeviceCredentialsApiImpl. pollCredentials(String deviceId, int interval, int timeout)DeviceCredentialsRepresentationDeviceCredentialsApiImpl. pollCredentials(String deviceId, PollingStrategy pollingStrategy)
-