Uses of Class
software.amazon.awssdk.services.chime.model.CreateMeetingDialOutResponse
-
Packages that use CreateMeetingDialOutResponse Package Description software.amazon.awssdk.services.chime -
-
Uses of CreateMeetingDialOutResponse in software.amazon.awssdk.services.chime
Methods in software.amazon.awssdk.services.chime that return CreateMeetingDialOutResponse Modifier and Type Method Description default CreateMeetingDialOutResponseChimeClient. createMeetingDialOut(Consumer<CreateMeetingDialOutRequest.Builder> 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.default CreateMeetingDialOutResponseChimeClient. 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.Methods in software.amazon.awssdk.services.chime that return types with arguments of type CreateMeetingDialOutResponse Modifier and Type Method Description default CompletableFuture<CreateMeetingDialOutResponse>ChimeAsyncClient. createMeetingDialOut(Consumer<CreateMeetingDialOutRequest.Builder> 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.default CompletableFuture<CreateMeetingDialOutResponse>ChimeAsyncClient. 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.
-