Uses of Enum
com.amazonaws.services.iot.client.AWSIotDeviceErrorCode
Packages that use AWSIotDeviceErrorCode
-
Uses of AWSIotDeviceErrorCode in com.amazonaws.services.iot.client
Fields in com.amazonaws.services.iot.client declared as AWSIotDeviceErrorCodeModifier and TypeFieldDescriptionprotected AWSIotDeviceErrorCodeAWSIotMessage.errorCodeError code for shadow methods.Methods in com.amazonaws.services.iot.client that return AWSIotDeviceErrorCodeModifier and TypeMethodDescriptionAWSIotException.getErrorCode()Error code for shadow methods.AWSIotMessage.getErrorCode()Error code for shadow methods.static AWSIotDeviceErrorCodeAWSIotDeviceErrorCode.valueOf(long code) Returns the Enum representation of the error code valuestatic AWSIotDeviceErrorCodeReturns 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 AWSIotDeviceErrorCodeModifier and TypeMethodDescriptionvoidAWSIotException.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 AWSIotDeviceErrorCodeModifierConstructorDescriptionAWSIotException(AWSIotDeviceErrorCode errorCode, String message) Instantiates a new exception object.