Uses of Interface
com.google.auth.oauth2.AwsSecurityCredentialsSupplier
-
Packages that use AwsSecurityCredentialsSupplier Package Description com.google.auth.oauth2 -
-
Uses of AwsSecurityCredentialsSupplier in com.google.auth.oauth2
Classes in com.google.auth.oauth2 that implement AwsSecurityCredentialsSupplier Modifier and Type Class Description (package private) class
InternalAwsSecurityCredentialsSupplier
Internal provider for retrieving AWS security credentials forAwsCredentials
to exchange for GCP access tokens.Fields in com.google.auth.oauth2 declared as AwsSecurityCredentialsSupplier Modifier and Type Field Description private AwsSecurityCredentialsSupplier
AwsCredentials. awsSecurityCredentialsSupplier
private AwsSecurityCredentialsSupplier
AwsCredentials.Builder. awsSecurityCredentialsSupplier
Methods in com.google.auth.oauth2 that return AwsSecurityCredentialsSupplier Modifier and Type Method Description (package private) AwsSecurityCredentialsSupplier
AwsCredentials. getAwsSecurityCredentialsSupplier()
Methods in com.google.auth.oauth2 with parameters of type AwsSecurityCredentialsSupplier Modifier and Type Method Description AwsCredentials.Builder
AwsCredentials.Builder. setAwsSecurityCredentialsSupplier(AwsSecurityCredentialsSupplier awsSecurityCredentialsSupplier)
Sets the AWS security credentials supplier.
-