Uses of Enum
com.amazonaws.services.iot.client.AWSIotConnectionStatus
Packages that use AWSIotConnectionStatus
-
Uses of AWSIotConnectionStatus in com.amazonaws.services.iot.client
Methods in com.amazonaws.services.iot.client that return AWSIotConnectionStatusModifier and TypeMethodDescriptionAWSIotMqttClient.getConnectionStatus()Gets the connection status of the connection used by the client.static AWSIotConnectionStatusReturns 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 AWSIotConnectionStatusModifier and TypeFieldDescriptionprotected AWSIotConnectionStatusAwsIotConnection.connectionStatusThe connection status.Methods in com.amazonaws.services.iot.client.core that return AWSIotConnectionStatusModifier and TypeMethodDescriptionAbstractAwsIotClient.getConnectionStatus()AwsIotConnection.getConnectionStatus()The connection status.Methods in com.amazonaws.services.iot.client.core with parameters of type AWSIotConnectionStatusModifier and TypeMethodDescriptionvoidAwsIotConnection.setConnectionStatus(AWSIotConnectionStatus connectionStatus) The connection status.