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
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionsoftware.amazon.awssdk.auth.credentials.AwsCredentialsProviderprovider()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
software.amazon.awssdk.auth.credentials.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)
-