Uses of Class
software.amazon.awssdk.services.chimesdkmeetings.model.CreateMeetingWithAttendeesResponse
-
Packages that use CreateMeetingWithAttendeesResponse Package Description software.amazon.awssdk.services.chimesdkmeetings The Amazon Chime SDK meetings APIs in this section allow software developers to create Amazon Chime SDK meetings, set the Amazon Web Services Regions for meetings, create and manage users, and send and receive meeting notifications. -
-
Uses of CreateMeetingWithAttendeesResponse in software.amazon.awssdk.services.chimesdkmeetings
Methods in software.amazon.awssdk.services.chimesdkmeetings that return CreateMeetingWithAttendeesResponse Modifier and Type Method Description default CreateMeetingWithAttendeesResponseChimeSdkMeetingsClient. createMeetingWithAttendees(Consumer<CreateMeetingWithAttendeesRequest.Builder> createMeetingWithAttendeesRequest)Creates a new Amazon Chime SDK meeting in the specified media Region, with attendees.default CreateMeetingWithAttendeesResponseChimeSdkMeetingsClient. createMeetingWithAttendees(CreateMeetingWithAttendeesRequest createMeetingWithAttendeesRequest)Creates a new Amazon Chime SDK meeting in the specified media Region, with attendees.Methods in software.amazon.awssdk.services.chimesdkmeetings that return types with arguments of type CreateMeetingWithAttendeesResponse Modifier and Type Method Description default CompletableFuture<CreateMeetingWithAttendeesResponse>ChimeSdkMeetingsAsyncClient. createMeetingWithAttendees(Consumer<CreateMeetingWithAttendeesRequest.Builder> createMeetingWithAttendeesRequest)Creates a new Amazon Chime SDK meeting in the specified media Region, with attendees.default CompletableFuture<CreateMeetingWithAttendeesResponse>ChimeSdkMeetingsAsyncClient. createMeetingWithAttendees(CreateMeetingWithAttendeesRequest createMeetingWithAttendeesRequest)Creates a new Amazon Chime SDK meeting in the specified media Region, with attendees.
-