| Package | Description |
|---|---|
| software.amazon.awssdk.services.ivschat |
Introduction
|
| Modifier and Type | Method and Description |
|---|---|
default CreateChatTokenResponse |
IvschatClient.createChatToken(Consumer<CreateChatTokenRequest.Builder> createChatTokenRequest)
Creates an encrypted token that is used to establish an individual WebSocket connection to a room.
|
default CreateChatTokenResponse |
IvschatClient.createChatToken(CreateChatTokenRequest createChatTokenRequest)
Creates an encrypted token that is used to establish an individual WebSocket connection to a room.
|
default CreateRoomResponse |
IvschatClient.createRoom(Consumer<CreateRoomRequest.Builder> createRoomRequest)
Creates a room that allows clients to connect and pass messages.
|
default CreateRoomResponse |
IvschatClient.createRoom(CreateRoomRequest createRoomRequest)
Creates a room that allows clients to connect and pass messages.
|
default DeleteMessageResponse |
IvschatClient.deleteMessage(Consumer<DeleteMessageRequest.Builder> deleteMessageRequest)
Sends an event to a specific room which directs clients to delete a specific message; that is, unrender it from
view and delete it from the client’s chat history.
|
default DeleteMessageResponse |
IvschatClient.deleteMessage(DeleteMessageRequest deleteMessageRequest)
Sends an event to a specific room which directs clients to delete a specific message; that is, unrender it from
view and delete it from the client’s chat history.
|
default DeleteRoomResponse |
IvschatClient.deleteRoom(Consumer<DeleteRoomRequest.Builder> deleteRoomRequest)
Deletes the specified room.
|
default DeleteRoomResponse |
IvschatClient.deleteRoom(DeleteRoomRequest deleteRoomRequest)
Deletes the specified room.
|
default DisconnectUserResponse |
IvschatClient.disconnectUser(Consumer<DisconnectUserRequest.Builder> disconnectUserRequest)
Disconnects all connections using a specified user ID from a room.
|
default DisconnectUserResponse |
IvschatClient.disconnectUser(DisconnectUserRequest disconnectUserRequest)
Disconnects all connections using a specified user ID from a room.
|
default GetRoomResponse |
IvschatClient.getRoom(Consumer<GetRoomRequest.Builder> getRoomRequest)
Gets the specified room.
|
default GetRoomResponse |
IvschatClient.getRoom(GetRoomRequest getRoomRequest)
Gets the specified room.
|
default ListRoomsResponse |
IvschatClient.listRooms(Consumer<ListRoomsRequest.Builder> listRoomsRequest)
Gets summary information about all your rooms in the AWS region where the API request is processed.
|
default ListRoomsResponse |
IvschatClient.listRooms(ListRoomsRequest listRoomsRequest)
Gets summary information about all your rooms in the AWS region where the API request is processed.
|
default ListRoomsIterable |
IvschatClient.listRoomsPaginator(Consumer<ListRoomsRequest.Builder> listRoomsRequest)
Gets summary information about all your rooms in the AWS region where the API request is processed.
|
default ListRoomsIterable |
IvschatClient.listRoomsPaginator(ListRoomsRequest listRoomsRequest)
Gets summary information about all your rooms in the AWS region where the API request is processed.
|
default ListTagsForResourceResponse |
IvschatClient.listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)
Gets information about AWS tags for the specified ARN.
|
default ListTagsForResourceResponse |
IvschatClient.listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
Gets information about AWS tags for the specified ARN.
|
default SendEventResponse |
IvschatClient.sendEvent(Consumer<SendEventRequest.Builder> sendEventRequest)
Sends an event to a room.
|
default SendEventResponse |
IvschatClient.sendEvent(SendEventRequest sendEventRequest)
Sends an event to a room.
|
default TagResourceResponse |
IvschatClient.tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)
Adds or updates tags for the AWS resource with the specified ARN.
|
default TagResourceResponse |
IvschatClient.tagResource(TagResourceRequest tagResourceRequest)
Adds or updates tags for the AWS resource with the specified ARN.
|
default UntagResourceResponse |
IvschatClient.untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)
Removes tags from the resource with the specified ARN.
|
default UntagResourceResponse |
IvschatClient.untagResource(UntagResourceRequest untagResourceRequest)
Removes tags from the resource with the specified ARN.
|
default UpdateRoomResponse |
IvschatClient.updateRoom(Consumer<UpdateRoomRequest.Builder> updateRoomRequest)
Updates a room’s configuration.
|
default UpdateRoomResponse |
IvschatClient.updateRoom(UpdateRoomRequest updateRoomRequest)
Updates a room’s configuration.
|
Copyright © 2022. All rights reserved.