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) classInternalAwsSecurityCredentialsSupplierInternal provider for retrieving AWS security credentials forAwsCredentialsto exchange for GCP access tokens.Fields in com.google.auth.oauth2 declared as AwsSecurityCredentialsSupplier Modifier and Type Field Description private AwsSecurityCredentialsSupplierAwsCredentials. awsSecurityCredentialsSupplierprivate AwsSecurityCredentialsSupplierAwsCredentials.Builder. awsSecurityCredentialsSupplierMethods in com.google.auth.oauth2 that return AwsSecurityCredentialsSupplier Modifier and Type Method Description (package private) AwsSecurityCredentialsSupplierAwsCredentials. getAwsSecurityCredentialsSupplier()Methods in com.google.auth.oauth2 with parameters of type AwsSecurityCredentialsSupplier Modifier and Type Method Description AwsCredentials.BuilderAwsCredentials.Builder. setAwsSecurityCredentialsSupplier(AwsSecurityCredentialsSupplier awsSecurityCredentialsSupplier)Sets the AWS security credentials supplier.
-