Uses of Class
com.amazonaws.services.iot.client.core.AbstractAwsIotClient
Packages that use AbstractAwsIotClient
Package
Description
-
Uses of AbstractAwsIotClient in com.amazonaws.services.iot.client
Subclasses of AbstractAwsIotClient in com.amazonaws.services.iot.clientModifier and TypeClassDescriptionclassThis class is the main interface of the AWS IoT Java library. -
Uses of AbstractAwsIotClient in com.amazonaws.services.iot.client.core
Fields in com.amazonaws.services.iot.client.core declared as AbstractAwsIotClientModifier and TypeFieldDescriptionprotected AbstractAwsIotClientAwsIotConnection.clientThe client the connection is associated with.Methods in com.amazonaws.services.iot.client.core that return AbstractAwsIotClientModifier and TypeMethodDescriptionAwsIotConnection.getClient()The client the connection is associated with.Methods in com.amazonaws.services.iot.client.core with parameters of type AbstractAwsIotClientModifier and TypeMethodDescriptionvoidAwsIotCompletion.get(AbstractAwsIotClient client) The user of the completion object is expected to call this function to either block until the request is completed or timed out in the case of synchronous calls, or to schedule a timeout handler in the case of asynchronous calls.Constructors in com.amazonaws.services.iot.client.core with parameters of type AbstractAwsIotClientModifierConstructorDescriptionAwsIotConnection(AbstractAwsIotClient client) Instantiates a new connection object.AwsIotTlsConnection(AbstractAwsIotClient client, KeyStore keyStore, String keyPassword) AwsIotTlsConnection(AbstractAwsIotClient client, SSLSocketFactory socketFactory) AwsIotWebsocketConnection(AbstractAwsIotClient client, CredentialsProvider provider, String region) AwsIotWebsocketConnection(AbstractAwsIotClient client, String awsAccessKeyId, String awsSecretAccessKey) AwsIotWebsocketConnection(AbstractAwsIotClient client, String awsAccessKeyId, String awsSecretAccessKey, String sessionToken) AwsIotWebsocketConnection(AbstractAwsIotClient client, String awsAccessKeyId, String awsSecretAccessKey, String sessionToken, String region) -
Uses of AbstractAwsIotClient in com.amazonaws.services.iot.client.mqtt
Constructors in com.amazonaws.services.iot.client.mqtt with parameters of type AbstractAwsIotClientModifierConstructorDescriptionAwsIotMqttConnection(AbstractAwsIotClient client, SocketFactory socketFactory, String serverUri) AwsIotMqttConnectionListener(AbstractAwsIotClient client, boolean isConnect, AwsIotMessageCallback userCallback) -
Uses of AbstractAwsIotClient in com.amazonaws.services.iot.client.shadow
Methods in com.amazonaws.services.iot.client.shadow that return AbstractAwsIotClientMethods in com.amazonaws.services.iot.client.shadow with parameters of type AbstractAwsIotClientModifier and TypeMethodDescriptionvoidAbstractAwsIotDevice.setClient(AbstractAwsIotClient client)