Uses of Class
software.amazon.awssdk.services.chime.model.LogoutUserRequest
-
Packages that use LogoutUserRequest Package Description software.amazon.awssdk.services.chime software.amazon.awssdk.services.chime.transform -
-
Uses of LogoutUserRequest in software.amazon.awssdk.services.chime
Methods in software.amazon.awssdk.services.chime with parameters of type LogoutUserRequest Modifier and Type Method Description default CompletableFuture<LogoutUserResponse>ChimeAsyncClient. logoutUser(LogoutUserRequest 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. -
Uses of LogoutUserRequest in software.amazon.awssdk.services.chime.transform
Methods in software.amazon.awssdk.services.chime.transform with parameters of type LogoutUserRequest Modifier and Type Method Description SdkHttpFullRequestLogoutUserRequestMarshaller. marshall(LogoutUserRequest logoutUserRequest)
-