Uses of Interface
software.amazon.awssdk.crt.auth.credentials.StsWebIdentityCredentialsProvider.Builder
Packages that use StsWebIdentityCredentialsProvider.Builder
-
Uses of StsWebIdentityCredentialsProvider.Builder in software.amazon.awssdk.crt.auth.credentials
Methods in software.amazon.awssdk.crt.auth.credentials that return StsWebIdentityCredentialsProvider.BuilderModifier and TypeMethodDescriptionStsWebIdentityCredentialsProvider.builder()Get a builder for creating an STS web identity credentials provider.StsWebIdentityCredentialsProvider.Builder.withClientBootstrap(ClientBootstrap clientBootstrap) Sets the client bootstrap (host resolver and event loop group) to use when making the connections required by this provider.StsWebIdentityCredentialsProvider.Builder.withTlsContext(TlsContext tlsContext) Sets the tls context to use for any secure network connections made while sourcing credentials.