Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.DuplicateProviderException
-
Packages that use DuplicateProviderException Package Description software.amazon.awssdk.services.cognitoidentityprovider With the Amazon Cognito user pools API, you can configure user pools and authenticate users. -
-
Uses of DuplicateProviderException in software.amazon.awssdk.services.cognitoidentityprovider
Methods in software.amazon.awssdk.services.cognitoidentityprovider that throw DuplicateProviderException Modifier and Type Method Description default CreateIdentityProviderResponseCognitoIdentityProviderClient. createIdentityProvider(Consumer<CreateIdentityProviderRequest.Builder> createIdentityProviderRequest)Adds a configuration and trust relationship between a third-party identity provider (IdP) and a user pool.default CreateIdentityProviderResponseCognitoIdentityProviderClient. createIdentityProvider(CreateIdentityProviderRequest createIdentityProviderRequest)Adds a configuration and trust relationship between a third-party identity provider (IdP) and a user pool.
-