public interface SparkAWSCredentials
extends scala.Serializable
Modifier and Type | Interface and Description |
---|---|
static class |
SparkAWSCredentials.Builder
Builder for
SparkAWSCredentials instances. |
Modifier and Type | Method and Description |
---|---|
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).
|