Uses of Class
com.google.auth.oauth2.AwsCredentials.Builder
Packages that use AwsCredentials.Builder
-
Uses of AwsCredentials.Builder in com.google.auth.oauth2
Methods in com.google.auth.oauth2 that return AwsCredentials.BuilderModifier and TypeMethodDescriptionstatic AwsCredentials.BuilderAwsCredentials.newBuilder()static AwsCredentials.BuilderAwsCredentials.newBuilder(AwsCredentials awsCredentials) AwsCredentials.Builder.setAudience(String audience) AwsCredentials.Builder.setAwsSecurityCredentialsSupplier(AwsSecurityCredentialsSupplier awsSecurityCredentialsSupplier) Sets the AWS security credentials supplier.AwsCredentials.Builder.setClientId(String clientId) AwsCredentials.Builder.setClientSecret(String clientSecret) AwsCredentials.Builder.setCredentialSource(AwsCredentialSource credentialSource) (package private) AwsCredentials.BuilderAwsCredentials.Builder.setEnvironmentProvider(EnvironmentProvider environmentProvider) AwsCredentials.Builder.setHttpTransportFactory(HttpTransportFactory transportFactory) AwsCredentials.Builder.setQuotaProjectId(String quotaProjectId) AwsCredentials.Builder.setRegionalCredentialVerificationUrlOverride(String regionalCredentialVerificationUrlOverride) Sets the AWS regional credential verification URL.AwsCredentials.Builder.setScopes(Collection<String> scopes) AwsCredentials.Builder.setServiceAccountImpersonationOptions(Map<String, Object> optionsMap) AwsCredentials.Builder.setServiceAccountImpersonationUrl(String serviceAccountImpersonationUrl) AwsCredentials.Builder.setSubjectTokenType(ExternalAccountCredentials.SubjectTokenTypes subjectTokenType) AwsCredentials.Builder.setSubjectTokenType(String subjectTokenType) AwsCredentials.Builder.setTokenInfoUrl(String tokenInfoUrl) AwsCredentials.Builder.setTokenUrl(String tokenUrl) AwsCredentials.Builder.setUniverseDomain(String universeDomain) AwsCredentials.Builder.setWorkforcePoolUserProject(String workforcePoolUserProject) Constructors in com.google.auth.oauth2 with parameters of type AwsCredentials.BuilderModifierConstructorDescription(package private)AwsCredentials(AwsCredentials.Builder builder) Internal constructor.