Uses of Class
com.google.auth.oauth2.AwsCredentialSource
-
Packages that use AwsCredentialSource Package Description com.google.auth.oauth2 -
-
Uses of AwsCredentialSource in com.google.auth.oauth2
Fields in com.google.auth.oauth2 declared as AwsCredentialSource Modifier and Type Field Description private AwsCredentialSourceInternalAwsSecurityCredentialsSupplier. awsCredentialSourceMethods in com.google.auth.oauth2 with parameters of type AwsCredentialSource Modifier and Type Method Description (package private) java.util.Map<java.lang.String,java.lang.Object>InternalAwsSecurityCredentialsSupplier. createMetadataRequestHeaders(AwsCredentialSource awsCredentialSource)AwsCredentials.BuilderAwsCredentials.Builder. setCredentialSource(AwsCredentialSource credentialSource)Constructors in com.google.auth.oauth2 with parameters of type AwsCredentialSource Constructor Description InternalAwsSecurityCredentialsSupplier(AwsCredentialSource awsCredentialSource, EnvironmentProvider environmentProvider, HttpTransportFactory transportFactory)Constructor for InternalAwsSecurityCredentialsProvider
-