Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.UpdateIdentityProviderResponse
Packages that use UpdateIdentityProviderResponse
Package
Description
With the Amazon Cognito user pools API, you can configure user pools and authenticate users.
-
Uses of UpdateIdentityProviderResponse in software.amazon.awssdk.services.cognitoidentityprovider
Methods in software.amazon.awssdk.services.cognitoidentityprovider that return UpdateIdentityProviderResponseModifier and TypeMethodDescriptiondefault UpdateIdentityProviderResponseCognitoIdentityProviderClient.updateIdentityProvider(Consumer<UpdateIdentityProviderRequest.Builder> updateIdentityProviderRequest) Modifies the configuration and trust relationship between a third-party identity provider (IdP) and a user pool.default UpdateIdentityProviderResponseCognitoIdentityProviderClient.updateIdentityProvider(UpdateIdentityProviderRequest updateIdentityProviderRequest) Modifies the 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 UpdateIdentityProviderResponseModifier and TypeMethodDescriptionCognitoIdentityProviderAsyncClient.updateIdentityProvider(Consumer<UpdateIdentityProviderRequest.Builder> updateIdentityProviderRequest) Modifies the configuration and trust relationship between a third-party identity provider (IdP) and a user pool.CognitoIdentityProviderAsyncClient.updateIdentityProvider(UpdateIdentityProviderRequest updateIdentityProviderRequest) Modifies the configuration and trust relationship between a third-party identity provider (IdP) and a user pool.