| Package | Description |
|---|---|
| com.amazonaws.services.chime |
The Amazon Chime API (application programming interface) is designed for developers to perform key tasks, such as
creating and managing Amazon Chime accounts, users, and Voice Connectors.
|
| com.amazonaws.services.chime.model |
| Modifier and Type | Method and Description |
|---|---|
CreateMeetingDialOutResult |
AbstractAmazonChime.createMeetingDialOut(CreateMeetingDialOutRequest request) |
CreateMeetingDialOutResult |
AmazonChime.createMeetingDialOut(CreateMeetingDialOutRequest createMeetingDialOutRequest)
Uses the join token and call metadata in a meeting request (From number, To number, and so forth) to initiate an
outbound call to a public switched telephone network (PSTN) and join them into a Chime meeting.
|
CreateMeetingDialOutResult |
AmazonChimeClient.createMeetingDialOut(CreateMeetingDialOutRequest request)
Uses the join token and call metadata in a meeting request (From number, To number, and so forth) to initiate an
outbound call to a public switched telephone network (PSTN) and join them into a Chime meeting.
|
Future<CreateMeetingDialOutResult> |
AmazonChimeAsyncClient.createMeetingDialOutAsync(CreateMeetingDialOutRequest request) |
Future<CreateMeetingDialOutResult> |
AbstractAmazonChimeAsync.createMeetingDialOutAsync(CreateMeetingDialOutRequest request) |
Future<CreateMeetingDialOutResult> |
AmazonChimeAsync.createMeetingDialOutAsync(CreateMeetingDialOutRequest createMeetingDialOutRequest)
Uses the join token and call metadata in a meeting request (From number, To number, and so forth) to initiate an
outbound call to a public switched telephone network (PSTN) and join them into a Chime meeting.
|
Future<CreateMeetingDialOutResult> |
AmazonChimeAsyncClient.createMeetingDialOutAsync(CreateMeetingDialOutRequest request,
AsyncHandler<CreateMeetingDialOutRequest,CreateMeetingDialOutResult> asyncHandler) |
Future<CreateMeetingDialOutResult> |
AbstractAmazonChimeAsync.createMeetingDialOutAsync(CreateMeetingDialOutRequest request,
AsyncHandler<CreateMeetingDialOutRequest,CreateMeetingDialOutResult> asyncHandler) |
Future<CreateMeetingDialOutResult> |
AmazonChimeAsync.createMeetingDialOutAsync(CreateMeetingDialOutRequest createMeetingDialOutRequest,
AsyncHandler<CreateMeetingDialOutRequest,CreateMeetingDialOutResult> asyncHandler)
Uses the join token and call metadata in a meeting request (From number, To number, and so forth) to initiate an
outbound call to a public switched telephone network (PSTN) and join them into a Chime meeting.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateMeetingDialOutResult> |
AmazonChimeAsyncClient.createMeetingDialOutAsync(CreateMeetingDialOutRequest request,
AsyncHandler<CreateMeetingDialOutRequest,CreateMeetingDialOutResult> asyncHandler) |
Future<CreateMeetingDialOutResult> |
AbstractAmazonChimeAsync.createMeetingDialOutAsync(CreateMeetingDialOutRequest request,
AsyncHandler<CreateMeetingDialOutRequest,CreateMeetingDialOutResult> asyncHandler) |
Future<CreateMeetingDialOutResult> |
AmazonChimeAsync.createMeetingDialOutAsync(CreateMeetingDialOutRequest createMeetingDialOutRequest,
AsyncHandler<CreateMeetingDialOutRequest,CreateMeetingDialOutResult> asyncHandler)
Uses the join token and call metadata in a meeting request (From number, To number, and so forth) to initiate an
outbound call to a public switched telephone network (PSTN) and join them into a Chime meeting.
|
| Modifier and Type | Method and Description |
|---|---|
CreateMeetingDialOutRequest |
CreateMeetingDialOutRequest.clone() |
CreateMeetingDialOutRequest |
CreateMeetingDialOutRequest.withFromPhoneNumber(String fromPhoneNumber)
Phone number used as the caller ID when the remote party receives a call.
|
CreateMeetingDialOutRequest |
CreateMeetingDialOutRequest.withJoinToken(String joinToken)
Token used by the Amazon Chime SDK attendee.
|
CreateMeetingDialOutRequest |
CreateMeetingDialOutRequest.withMeetingId(String meetingId)
The Amazon Chime SDK meeting ID.
|
CreateMeetingDialOutRequest |
CreateMeetingDialOutRequest.withToPhoneNumber(String toPhoneNumber)
Phone number called when inviting someone to a meeting.
|
Copyright © 2021. All rights reserved.