Uses of Class
software.amazon.awssdk.services.chime.model.LogoutUserResponse
-
Packages that use LogoutUserResponse Package Description software.amazon.awssdk.services.chime -
-
Uses of LogoutUserResponse in software.amazon.awssdk.services.chime
Methods in software.amazon.awssdk.services.chime that return LogoutUserResponse Modifier and Type Method Description default LogoutUserResponseChimeClient. logoutUser(Consumer<LogoutUserRequest.Builder> logoutUserRequest)Logs out the specified user from all of the devices they are currently logged into.default LogoutUserResponseChimeClient. logoutUser(LogoutUserRequest logoutUserRequest)Logs out the specified user from all of the devices they are currently logged into.Methods in software.amazon.awssdk.services.chime that return types with arguments of type LogoutUserResponse Modifier and Type Method 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.
-