Uses of Class
software.amazon.awssdk.services.chimesdkmeetings.model.CreateMeetingResponse
-
Packages that use CreateMeetingResponse 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 CreateMeetingResponse in software.amazon.awssdk.services.chimesdkmeetings
Methods in software.amazon.awssdk.services.chimesdkmeetings that return CreateMeetingResponse Modifier and Type Method Description default CreateMeetingResponseChimeSdkMeetingsClient. createMeeting(Consumer<CreateMeetingRequest.Builder> createMeetingRequest)Creates a new Amazon Chime SDK meeting in the specified media Region with no initial attendees.default CreateMeetingResponseChimeSdkMeetingsClient. createMeeting(CreateMeetingRequest createMeetingRequest)Creates a new Amazon Chime SDK meeting in the specified media Region with no initial attendees.Methods in software.amazon.awssdk.services.chimesdkmeetings that return types with arguments of type CreateMeetingResponse Modifier and Type Method Description default CompletableFuture<CreateMeetingResponse>ChimeSdkMeetingsAsyncClient. createMeeting(Consumer<CreateMeetingRequest.Builder> createMeetingRequest)Creates a new Amazon Chime SDK meeting in the specified media Region with no initial attendees.default CompletableFuture<CreateMeetingResponse>ChimeSdkMeetingsAsyncClient. createMeeting(CreateMeetingRequest createMeetingRequest)Creates a new Amazon Chime SDK meeting in the specified media Region with no initial attendees.
-