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 AwsCredentialSource
InternalAwsSecurityCredentialsSupplier. awsCredentialSource
Methods 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.Builder
AwsCredentials.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
-