| Package | Description |
|---|---|
| software.amazon.awssdk.services.chime |
|
| Modifier and Type | Method and Description |
|---|---|
default LogoutUserResponse |
ChimeClient.logoutUser(Consumer<LogoutUserRequest.Builder> logoutUserRequest)
Logs out the specified user from all of the devices they are currently logged into.
|
default LogoutUserResponse |
ChimeClient.logoutUser(LogoutUserRequest logoutUserRequest)
Logs out the specified user from all of the devices they are currently logged into.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<LogoutUserResponse> |
ChimeAsyncClient.logoutUser(Consumer<LogoutUserRequest.Builder> logoutUserRequest)
Logs out the specified user from all of the devices they are currently logged into.
|
default CompletableFuture<LogoutUserResponse> |
ChimeAsyncClient.logoutUser(LogoutUserRequest logoutUserRequest)
Logs out the specified user from all of the devices they are currently logged into.
|
Copyright © 2023. All rights reserved.