| Package | Description |
|---|---|
| software.amazon.awssdk.services.sso |
AWS Single Sign-On Portal is a web service that makes it easy for you to assign user access to AWS SSO resources such
as the user portal.
|
| Modifier and Type | Method and Description |
|---|---|
default LogoutResponse |
SsoClient.logout(Consumer<LogoutRequest.Builder> logoutRequest)
Removes the client- and server-side session that is associated with the user.
|
default LogoutResponse |
SsoClient.logout(LogoutRequest logoutRequest)
Removes the client- and server-side session that is associated with the user.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<LogoutResponse> |
SsoAsyncClient.logout(Consumer<LogoutRequest.Builder> logoutRequest)
Removes the client- and server-side session that is associated with the user.
|
default CompletableFuture<LogoutResponse> |
SsoAsyncClient.logout(LogoutRequest logoutRequest)
Removes the client- and server-side session that is associated with the user.
|
Copyright © 2020. All rights reserved.