Uses of Class
org.apache.flink.connector.aws.config.AWSConfigConstants.CredentialProvider
-
Packages that use AWSConfigConstants.CredentialProvider Package Description org.apache.flink.connector.aws.config org.apache.flink.connector.aws.util -
-
Uses of AWSConfigConstants.CredentialProvider in org.apache.flink.connector.aws.config
Methods in org.apache.flink.connector.aws.config that return AWSConfigConstants.CredentialProvider Modifier and Type Method Description static AWSConfigConstants.CredentialProviderAWSConfigConstants.CredentialProvider. valueOf(String name)Returns the enum constant of this type with the specified name.static AWSConfigConstants.CredentialProvider[]AWSConfigConstants.CredentialProvider. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of AWSConfigConstants.CredentialProvider in org.apache.flink.connector.aws.util
Methods in org.apache.flink.connector.aws.util that return AWSConfigConstants.CredentialProvider Modifier and Type Method Description static AWSConfigConstants.CredentialProviderAWSGeneralUtil. getCredentialProviderType(Properties configProps, String configPrefix)Determines and returns the credential provider type from the given properties.
-