Uses of Interface
com.amazonaws.services.iot.client.auth.CredentialsProvider
-
Packages that use CredentialsProvider Package Description com.amazonaws.services.iot.client com.amazonaws.services.iot.client.auth com.amazonaws.services.iot.client.core com.amazonaws.services.iot.client.util -
-
Uses of CredentialsProvider in com.amazonaws.services.iot.client
Constructors in com.amazonaws.services.iot.client with parameters of type CredentialsProvider Constructor Description AWSIotMqttClient(String clientEndpoint, String clientId, CredentialsProvider provider, String region)Instantiates a new client using Secure WebSocket and AWS SigV4 authentication. -
Uses of CredentialsProvider in com.amazonaws.services.iot.client.auth
Classes in com.amazonaws.services.iot.client.auth that implement CredentialsProvider Modifier and Type Class Description classStaticCredentialsProvider -
Uses of CredentialsProvider in com.amazonaws.services.iot.client.core
Constructors in com.amazonaws.services.iot.client.core with parameters of type CredentialsProvider Constructor Description AbstractAwsIotClient(String clientEndpoint, String clientId, CredentialsProvider provider, String region)AbstractAwsIotClient(String clientEndpoint, String clientId, CredentialsProvider provider, String region, boolean enableSdkMetrics)AwsIotWebsocketConnection(AbstractAwsIotClient client, CredentialsProvider provider, String region) -
Uses of CredentialsProvider in com.amazonaws.services.iot.client.util
Constructors in com.amazonaws.services.iot.client.util with parameters of type CredentialsProvider Constructor Description AwsIotWebSocketUrlSigner(String endpoint, CredentialsProvider provider, String region)Instantiate a new URL signer with endpoint, region and source of credentials
-