Uses of Interface
software.amazon.awssdk.services.cognitoidentityprovider.model.AdminUserGlobalSignOutRequest.Builder
Packages that use AdminUserGlobalSignOutRequest.Builder
Package
Description
With the Amazon Cognito user pools API, you can configure user pools and authenticate users.
-
Uses of AdminUserGlobalSignOutRequest.Builder in software.amazon.awssdk.services.cognitoidentityprovider
Method parameters in software.amazon.awssdk.services.cognitoidentityprovider with type arguments of type AdminUserGlobalSignOutRequest.BuilderModifier and TypeMethodDescriptionCognitoIdentityProviderAsyncClient.adminUserGlobalSignOut(Consumer<AdminUserGlobalSignOutRequest.Builder> adminUserGlobalSignOutRequest) Invalidates the identity, access, and refresh tokens that Amazon Cognito issued to a user.default AdminUserGlobalSignOutResponseCognitoIdentityProviderClient.adminUserGlobalSignOut(Consumer<AdminUserGlobalSignOutRequest.Builder> adminUserGlobalSignOutRequest) Invalidates the identity, access, and refresh tokens that Amazon Cognito issued to a user. -
Uses of AdminUserGlobalSignOutRequest.Builder in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return AdminUserGlobalSignOutRequest.BuilderModifier and TypeMethodDescriptionAdminUserGlobalSignOutRequest.builder()AdminUserGlobalSignOutRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) AdminUserGlobalSignOutRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) AdminUserGlobalSignOutRequest.toBuilder()The name of the user that you want to query or modify.AdminUserGlobalSignOutRequest.Builder.userPoolId(String userPoolId) The ID of the user pool where you want to sign out a user.Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type AdminUserGlobalSignOutRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends AdminUserGlobalSignOutRequest.Builder>AdminUserGlobalSignOutRequest.serializableBuilderClass()