Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.CreateIdentityProviderResponse
Packages that use CreateIdentityProviderResponse
Package
Description
With the Amazon Cognito user pools API, you can configure user pools and authenticate users.
-
Uses of CreateIdentityProviderResponse in software.amazon.awssdk.services.cognitoidentityprovider
Methods in software.amazon.awssdk.services.cognitoidentityprovider that return CreateIdentityProviderResponseModifier and TypeMethodDescriptiondefault 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.Methods in software.amazon.awssdk.services.cognitoidentityprovider that return types with arguments of type CreateIdentityProviderResponseModifier and TypeMethodDescriptionCognitoIdentityProviderAsyncClient.createIdentityProvider(Consumer<CreateIdentityProviderRequest.Builder> createIdentityProviderRequest) Adds a configuration and trust relationship between a third-party identity provider (IdP) and a user pool.CognitoIdentityProviderAsyncClient.createIdentityProvider(CreateIdentityProviderRequest createIdentityProviderRequest) Adds a configuration and trust relationship between a third-party identity provider (IdP) and a user pool.