Uses of Class
software.amazon.awssdk.crt.auth.credentials.CognitoCredentialsProvider.CognitoCredentialsProviderBuilder
Packages that use CognitoCredentialsProvider.CognitoCredentialsProviderBuilder
-
Uses of CognitoCredentialsProvider.CognitoCredentialsProviderBuilder in software.amazon.awssdk.crt.auth.credentials
Methods in software.amazon.awssdk.crt.auth.credentials that return CognitoCredentialsProvider.CognitoCredentialsProviderBuilderModifier and TypeMethodDescriptionCognitoCredentialsProvider.CognitoCredentialsProviderBuilder.withClientBootstrap(ClientBootstrap clientBootstrap) (Optional) Sets the client bootstrap (host resolver and event loop group) to use when making the connections required by this provider.CognitoCredentialsProvider.CognitoCredentialsProviderBuilder.withCustomRoleArn(String customRoleArn) (optional) Sets the ARN of the role to be assumed when multiple roles were received in the token from the identity provider.CognitoCredentialsProvider.CognitoCredentialsProviderBuilder.withEndpoint(String endpoint) Sets the Cognito service endpoint to use when sourcing credentials via HTTPCognitoCredentialsProvider.CognitoCredentialsProviderBuilder.withHttpProxyOptions(HttpProxyOptions httpProxyOptions) Sets the proxy configuration to use when making the http request that fetches session credentials from the AWS Cognito Identity serviceCognitoCredentialsProvider.CognitoCredentialsProviderBuilder.withIdentity(String identity) Sets the Cognito identity to source credentials forCognitoCredentialsProvider.CognitoCredentialsProviderBuilder.withLogin(CognitoCredentialsProvider.CognitoLoginTokenPair login) Adds an identity provider token pair to allow for authenticated identity access.CognitoCredentialsProvider.CognitoCredentialsProviderBuilder.withLoginTokenSource(CognitoLoginTokenSource loginTokenSource) Sets a login token source for the credentials provider.CognitoCredentialsProvider.CognitoCredentialsProviderBuilder.withTlsContext(TlsContext tlsContext) Sets the tls context to use when making HTTP requests to the Cognito Identity service