Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.AdminDisableProviderForUserResponse
Packages that use AdminDisableProviderForUserResponse
Package
Description
With the Amazon Cognito user pools API, you can configure user pools and authenticate users.
-
Uses of AdminDisableProviderForUserResponse in software.amazon.awssdk.services.cognitoidentityprovider
Methods in software.amazon.awssdk.services.cognitoidentityprovider that return AdminDisableProviderForUserResponseModifier and TypeMethodDescriptionCognitoIdentityProviderClient.adminDisableProviderForUser(Consumer<AdminDisableProviderForUserRequest.Builder> adminDisableProviderForUserRequest) Prevents the user from signing in with the specified external (SAML or social) identity provider (IdP).CognitoIdentityProviderClient.adminDisableProviderForUser(AdminDisableProviderForUserRequest adminDisableProviderForUserRequest) Prevents the user from signing in with the specified external (SAML or social) identity provider (IdP).Methods in software.amazon.awssdk.services.cognitoidentityprovider that return types with arguments of type AdminDisableProviderForUserResponseModifier and TypeMethodDescriptionCognitoIdentityProviderAsyncClient.adminDisableProviderForUser(Consumer<AdminDisableProviderForUserRequest.Builder> adminDisableProviderForUserRequest) Prevents the user from signing in with the specified external (SAML or social) identity provider (IdP).CognitoIdentityProviderAsyncClient.adminDisableProviderForUser(AdminDisableProviderForUserRequest adminDisableProviderForUserRequest) Prevents the user from signing in with the specified external (SAML or social) identity provider (IdP).