Package | Description |
---|---|
com.amazonaws.services.iot.client | |
com.amazonaws.services.iot.client.core |
Modifier and Type | Method and Description |
---|---|
AWSIotConnectionStatus |
AWSIotMqttClient.getConnectionStatus()
Gets the connection status of the connection used by the client.
|
static AWSIotConnectionStatus |
AWSIotConnectionStatus.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.
|
Modifier and Type | Field and Description |
---|---|
protected AWSIotConnectionStatus |
AwsIotConnection.connectionStatus
The connection status.
|
Modifier and Type | Method and Description |
---|---|
AWSIotConnectionStatus |
AwsIotConnection.getConnectionStatus()
The connection status.
|
AWSIotConnectionStatus |
AbstractAwsIotClient.getConnectionStatus() |
Modifier and Type | Method and Description |
---|---|
void |
AwsIotConnection.setConnectionStatus(AWSIotConnectionStatus connectionStatus)
The connection status.
|
Copyright © 2020. All rights reserved.