Uses of Class
software.amazon.awssdk.services.chime.model.UpdateRoomResponse
-
Packages that use UpdateRoomResponse Package Description software.amazon.awssdk.services.chime -
-
Uses of UpdateRoomResponse in software.amazon.awssdk.services.chime
Methods in software.amazon.awssdk.services.chime that return UpdateRoomResponse Modifier and Type Method Description default UpdateRoomResponseChimeClient. updateRoom(Consumer<UpdateRoomRequest.Builder> updateRoomRequest)Updates room details, such as the room name, for a room in an Amazon Chime Enterprise account.default UpdateRoomResponseChimeClient. updateRoom(UpdateRoomRequest updateRoomRequest)Updates room details, such as the room name, for a room in an Amazon Chime Enterprise account.Methods in software.amazon.awssdk.services.chime that return types with arguments of type UpdateRoomResponse Modifier and Type Method Description default CompletableFuture<UpdateRoomResponse>ChimeAsyncClient. updateRoom(Consumer<UpdateRoomRequest.Builder> updateRoomRequest)Updates room details, such as the room name, for a room in an Amazon Chime Enterprise account.default CompletableFuture<UpdateRoomResponse>ChimeAsyncClient. updateRoom(UpdateRoomRequest updateRoomRequest)Updates room details, such as the room name, for a room in an Amazon Chime Enterprise account.
-