Uses of Class
com.amazonaws.services.iot.client.AWSIotDeviceErrorCode
-
Packages that use AWSIotDeviceErrorCode Package Description com.amazonaws.services.iot.client -
-
Uses of AWSIotDeviceErrorCode in com.amazonaws.services.iot.client
Fields in com.amazonaws.services.iot.client declared as AWSIotDeviceErrorCode Modifier and Type Field Description protected AWSIotDeviceErrorCodeAWSIotMessage. errorCodeError code for shadow methods.Methods in com.amazonaws.services.iot.client that return AWSIotDeviceErrorCode Modifier and Type Method Description AWSIotDeviceErrorCodeAWSIotException. getErrorCode()Error code for shadow methods.AWSIotDeviceErrorCodeAWSIotMessage. getErrorCode()Error code for shadow methods.static AWSIotDeviceErrorCodeAWSIotDeviceErrorCode. valueOf(long code)Returns the Enum representation of the error code valuestatic AWSIotDeviceErrorCodeAWSIotDeviceErrorCode. valueOf(String name)Returns the enum constant of this type with the specified name.static AWSIotDeviceErrorCode[]AWSIotDeviceErrorCode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.iot.client with parameters of type AWSIotDeviceErrorCode Modifier and Type Method Description voidAWSIotException. setErrorCode(AWSIotDeviceErrorCode errorCode)Error code for shadow methods.voidAWSIotMessage. setErrorCode(AWSIotDeviceErrorCode errorCode)Error code for shadow methods.Constructors in com.amazonaws.services.iot.client with parameters of type AWSIotDeviceErrorCode Constructor Description AWSIotException(AWSIotDeviceErrorCode errorCode, String message)Instantiates a new exception object.
-