Uses of Interface
com.google.auth.oauth2.AwsSecurityCredentialsSupplier
Packages that use AwsSecurityCredentialsSupplier
-
Uses of AwsSecurityCredentialsSupplier in com.google.auth.oauth2
Classes in com.google.auth.oauth2 that implement AwsSecurityCredentialsSupplierModifier and TypeClassDescription(package private) class
Internal provider for retrieving AWS security credentials forAwsCredentials
to exchange for GCP access tokens.Fields in com.google.auth.oauth2 declared as AwsSecurityCredentialsSupplierModifier and TypeFieldDescriptionprivate final AwsSecurityCredentialsSupplier
AwsCredentials.awsSecurityCredentialsSupplier
private AwsSecurityCredentialsSupplier
AwsCredentials.Builder.awsSecurityCredentialsSupplier
Methods in com.google.auth.oauth2 that return AwsSecurityCredentialsSupplierModifier and TypeMethodDescription(package private) AwsSecurityCredentialsSupplier
AwsCredentials.getAwsSecurityCredentialsSupplier()
Methods in com.google.auth.oauth2 with parameters of type AwsSecurityCredentialsSupplierModifier and TypeMethodDescriptionAwsCredentials.Builder.setAwsSecurityCredentialsSupplier
(AwsSecurityCredentialsSupplier awsSecurityCredentialsSupplier) Sets the AWS security credentials supplier.