| Package | Description |
|---|---|
| software.amazon.awssdk.services.cognitoidentityprovider |
Using the Amazon Cognito User Pools API, you can create a user pool to manage directories and users.
|
| Modifier and Type | Method and Description |
|---|---|
default GlobalSignOutResponse |
CognitoIdentityProviderClient.globalSignOut(Consumer<GlobalSignOutRequest.Builder> globalSignOutRequest)
Signs out users from all devices.
|
default GlobalSignOutResponse |
CognitoIdentityProviderClient.globalSignOut(GlobalSignOutRequest globalSignOutRequest)
Signs out users from all devices.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GlobalSignOutResponse> |
CognitoIdentityProviderAsyncClient.globalSignOut(Consumer<GlobalSignOutRequest.Builder> globalSignOutRequest)
Signs out users from all devices.
|
default CompletableFuture<GlobalSignOutResponse> |
CognitoIdentityProviderAsyncClient.globalSignOut(GlobalSignOutRequest globalSignOutRequest)
Signs out users from all devices.
|
Copyright © 2019. All rights reserved.