Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.AdminDisableProviderForUserResponse
-
Packages that use AdminDisableProviderForUserResponse Package Description software.amazon.awssdk.services.cognitoidentityprovider 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 AdminDisableProviderForUserResponse Modifier and Type Method Description default AdminDisableProviderForUserResponseCognitoIdentityProviderClient. adminDisableProviderForUser(Consumer<AdminDisableProviderForUserRequest.Builder> adminDisableProviderForUserRequest)Prevents the user from signing in with the specified external (SAML or social) identity provider (IdP).default AdminDisableProviderForUserResponseCognitoIdentityProviderClient. 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 AdminDisableProviderForUserResponse Modifier and Type Method Description default CompletableFuture<AdminDisableProviderForUserResponse>CognitoIdentityProviderAsyncClient. adminDisableProviderForUser(Consumer<AdminDisableProviderForUserRequest.Builder> adminDisableProviderForUserRequest)Prevents the user from signing in with the specified external (SAML or social) identity provider (IdP).default CompletableFuture<AdminDisableProviderForUserResponse>CognitoIdentityProviderAsyncClient. adminDisableProviderForUser(AdminDisableProviderForUserRequest adminDisableProviderForUserRequest)Prevents the user from signing in with the specified external (SAML or social) identity provider (IdP).
-