Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.UnsupportedOperationException
-
Packages that use UnsupportedOperationException Package Description software.amazon.awssdk.services.cognitoidentityprovider With the Amazon Cognito user pools API, you can configure user pools and authenticate users. -
-
Uses of UnsupportedOperationException in software.amazon.awssdk.services.cognitoidentityprovider
Methods in software.amazon.awssdk.services.cognitoidentityprovider that throw UnsupportedOperationException Modifier and Type Method Description default RevokeTokenResponseCognitoIdentityProviderClient. revokeToken(Consumer<RevokeTokenRequest.Builder> revokeTokenRequest)Revokes all of the access tokens generated by, and at the same time as, the specified refresh token.default RevokeTokenResponseCognitoIdentityProviderClient. revokeToken(RevokeTokenRequest revokeTokenRequest)Revokes all of the access tokens generated by, and at the same time as, the specified refresh token.
-