Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.UpdateIdentityProviderResponse
-
Packages that use UpdateIdentityProviderResponse Package Description software.amazon.awssdk.services.cognitoidentityprovider 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 UpdateIdentityProviderResponse Modifier and Type Method Description default UpdateIdentityProviderResponseCognitoIdentityProviderClient. updateIdentityProvider(Consumer<UpdateIdentityProviderRequest.Builder> updateIdentityProviderRequest)Updates IdP information for a user pool.default UpdateIdentityProviderResponseCognitoIdentityProviderClient. updateIdentityProvider(UpdateIdentityProviderRequest updateIdentityProviderRequest)Updates IdP information for a user pool.Methods in software.amazon.awssdk.services.cognitoidentityprovider that return types with arguments of type UpdateIdentityProviderResponse Modifier and Type Method Description default CompletableFuture<UpdateIdentityProviderResponse>CognitoIdentityProviderAsyncClient. updateIdentityProvider(Consumer<UpdateIdentityProviderRequest.Builder> updateIdentityProviderRequest)Updates IdP information for a user pool.default CompletableFuture<UpdateIdentityProviderResponse>CognitoIdentityProviderAsyncClient. updateIdentityProvider(UpdateIdentityProviderRequest updateIdentityProviderRequest)Updates IdP information for a user pool.
-