| Modifier and Type | Method and Description |
|---|---|
static AWSConfigConstants.CredentialProviderType |
AWSConfigConstants.CredentialProviderType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AWSConfigConstants.CredentialProviderType[] |
AWSConfigConstants.CredentialProviderType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
FlinkKinesisFirehoseProducer(String deliveryStream,
KinesisFirehoseSerializationSchema<OUT> schema,
Properties configProps,
AWSConfigConstants.CredentialProviderType credentialProviderType)
Creates a new Flink Kinesis Firehose Producer.
|
FlinkKinesisFirehoseProducer(String deliveryStream,
org.apache.flink.api.common.serialization.SerializationSchema<OUT> schema,
Properties configProps,
AWSConfigConstants.CredentialProviderType credentialProviderType) |
| Modifier and Type | Method and Description |
|---|---|
static CredentialProvider |
CredentialProviderFactory.newCredentialProvider(AWSConfigConstants.CredentialProviderType credentialProviderType,
Properties awsConfigProps) |
Copyright © 2019. All rights reserved.