Uses of Class
com.amazonaws.services.iot.client.AWSIotConnectionStatus
-
Packages that use AWSIotConnectionStatus Package Description com.amazonaws.services.iot.client com.amazonaws.services.iot.client.core -
-
Uses of AWSIotConnectionStatus in com.amazonaws.services.iot.client
Methods in com.amazonaws.services.iot.client that return AWSIotConnectionStatus Modifier and Type Method Description AWSIotConnectionStatusAWSIotMqttClient. getConnectionStatus()Gets the connection status of the connection used by the client.static AWSIotConnectionStatusAWSIotConnectionStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static AWSIotConnectionStatus[]AWSIotConnectionStatus. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of AWSIotConnectionStatus in com.amazonaws.services.iot.client.core
Fields in com.amazonaws.services.iot.client.core declared as AWSIotConnectionStatus Modifier and Type Field Description protected AWSIotConnectionStatusAwsIotConnection. connectionStatusThe connection status.Methods in com.amazonaws.services.iot.client.core that return AWSIotConnectionStatus Modifier and Type Method Description AWSIotConnectionStatusAbstractAwsIotClient. getConnectionStatus()AWSIotConnectionStatusAwsIotConnection. getConnectionStatus()The connection status.Methods in com.amazonaws.services.iot.client.core with parameters of type AWSIotConnectionStatus Modifier and Type Method Description voidAwsIotConnection. setConnectionStatus(AWSIotConnectionStatus connectionStatus)The connection status.
-