Interface SparkAWSCredentials
- All Superinterfaces:
Serializable
Serializable interface providing a method executors can call to obtain an
AWSCredentialsProvider instance for authenticating to AWS services.
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptioncom.amazonaws.auth.AWSCredentialsProvider
provider()
Return an AWSCredentialProvider instance that can be used by the Kinesis Client Library to authenticate to AWS services (Kinesis, CloudWatch and DynamoDB).
-
Method Details
-
provider
com.amazonaws.auth.AWSCredentialsProvider provider()Return an AWSCredentialProvider instance that can be used by the Kinesis Client Library to authenticate to AWS services (Kinesis, CloudWatch and DynamoDB).- Returns:
- (undocumented)
-