Uses of Class
com.amazonaws.services.iot.client.core.AwsIotConnectionType
-
Packages that use AwsIotConnectionType Package Description com.amazonaws.services.iot.client.core -
-
Uses of AwsIotConnectionType in com.amazonaws.services.iot.client.core
Fields in com.amazonaws.services.iot.client.core declared as AwsIotConnectionType Modifier and Type Field Description protected AwsIotConnectionTypeAbstractAwsIotClient. connectionTypeMethods in com.amazonaws.services.iot.client.core that return AwsIotConnectionType Modifier and Type Method Description AwsIotConnectionTypeAbstractAwsIotClient. getConnectionType()static AwsIotConnectionTypeAwsIotConnectionType. valueOf(String name)Returns the enum constant of this type with the specified name.static AwsIotConnectionType[]AwsIotConnectionType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-