Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.AdminUserGlobalSignOutResponse
-
Packages that use AdminUserGlobalSignOutResponse Package Description software.amazon.awssdk.services.cognitoidentityprovider With the Amazon Cognito user pools API, you can configure user pools and authenticate users. -
-
Uses of AdminUserGlobalSignOutResponse in software.amazon.awssdk.services.cognitoidentityprovider
Methods in software.amazon.awssdk.services.cognitoidentityprovider that return AdminUserGlobalSignOutResponse Modifier and Type Method Description default AdminUserGlobalSignOutResponseCognitoIdentityProviderClient. adminUserGlobalSignOut(Consumer<AdminUserGlobalSignOutRequest.Builder> adminUserGlobalSignOutRequest)Invalidates the identity, access, and refresh tokens that Amazon Cognito issued to a user.default AdminUserGlobalSignOutResponseCognitoIdentityProviderClient. adminUserGlobalSignOut(AdminUserGlobalSignOutRequest adminUserGlobalSignOutRequest)Invalidates the identity, access, and refresh tokens that Amazon Cognito issued to a user.Methods in software.amazon.awssdk.services.cognitoidentityprovider that return types with arguments of type AdminUserGlobalSignOutResponse Modifier and Type Method Description default CompletableFuture<AdminUserGlobalSignOutResponse>CognitoIdentityProviderAsyncClient. adminUserGlobalSignOut(Consumer<AdminUserGlobalSignOutRequest.Builder> adminUserGlobalSignOutRequest)Invalidates the identity, access, and refresh tokens that Amazon Cognito issued to a user.default CompletableFuture<AdminUserGlobalSignOutResponse>CognitoIdentityProviderAsyncClient. adminUserGlobalSignOut(AdminUserGlobalSignOutRequest adminUserGlobalSignOutRequest)Invalidates the identity, access, and refresh tokens that Amazon Cognito issued to a user.
-