Uses of Interface
com.amazonaws.services.iot.client.auth.CredentialsProvider
Packages that use CredentialsProvider
Package
Description
-
Uses of CredentialsProvider in com.amazonaws.services.iot.client
Constructors in com.amazonaws.services.iot.client with parameters of type CredentialsProviderModifierConstructorDescriptionAWSIotMqttClient(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 -
Uses of CredentialsProvider in com.amazonaws.services.iot.client.core
Constructors in com.amazonaws.services.iot.client.core with parameters of type CredentialsProviderModifierConstructorDescriptionprotectedAbstractAwsIotClient(String clientEndpoint, String clientId, CredentialsProvider provider, String region) protectedAbstractAwsIotClient(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 CredentialsProviderModifierConstructorDescriptionAwsIotWebSocketUrlSigner(String endpoint, CredentialsProvider provider, String region) Instantiate a new URL signer with endpoint, region and source of credentials