Uses of Class
software.amazon.awssdk.services.chime.model.CreateMeetingDialOutRequest
-
Packages that use CreateMeetingDialOutRequest Package Description software.amazon.awssdk.services.chime software.amazon.awssdk.services.chime.transform -
-
Uses of CreateMeetingDialOutRequest in software.amazon.awssdk.services.chime
Methods in software.amazon.awssdk.services.chime with parameters of type CreateMeetingDialOutRequest Modifier and Type Method Description 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.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. -
Uses of CreateMeetingDialOutRequest in software.amazon.awssdk.services.chime.transform
Methods in software.amazon.awssdk.services.chime.transform with parameters of type CreateMeetingDialOutRequest Modifier and Type Method Description SdkHttpFullRequestCreateMeetingDialOutRequestMarshaller. marshall(CreateMeetingDialOutRequest createMeetingDialOutRequest)
-