Uses of Class
software.amazon.awssdk.services.ivschat.model.GetRoomResponse
-
Packages that use GetRoomResponse Package Description software.amazon.awssdk.services.ivschat Introduction -
-
Uses of GetRoomResponse in software.amazon.awssdk.services.ivschat
Methods in software.amazon.awssdk.services.ivschat that return GetRoomResponse Modifier and Type Method Description default GetRoomResponseIvschatClient. getRoom(Consumer<GetRoomRequest.Builder> getRoomRequest)Gets the specified room.default GetRoomResponseIvschatClient. getRoom(GetRoomRequest getRoomRequest)Gets the specified room.Methods in software.amazon.awssdk.services.ivschat that return types with arguments of type GetRoomResponse Modifier and Type Method Description default CompletableFuture<GetRoomResponse>IvschatAsyncClient. getRoom(Consumer<GetRoomRequest.Builder> getRoomRequest)Gets the specified room.default CompletableFuture<GetRoomResponse>IvschatAsyncClient. getRoom(GetRoomRequest getRoomRequest)Gets the specified room.
-