Uses of Class
software.amazon.awssdk.services.chimesdkmeetings.model.GetMeetingResponse
-
Packages that use GetMeetingResponse 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 GetMeetingResponse in software.amazon.awssdk.services.chimesdkmeetings
Methods in software.amazon.awssdk.services.chimesdkmeetings that return GetMeetingResponse Modifier and Type Method Description default GetMeetingResponseChimeSdkMeetingsClient. getMeeting(Consumer<GetMeetingRequest.Builder> getMeetingRequest)Gets the Amazon Chime SDK meeting details for the specified meeting ID.default GetMeetingResponseChimeSdkMeetingsClient. getMeeting(GetMeetingRequest getMeetingRequest)Gets the Amazon Chime SDK meeting details for the specified meeting ID.Methods in software.amazon.awssdk.services.chimesdkmeetings that return types with arguments of type GetMeetingResponse Modifier and Type Method Description default CompletableFuture<GetMeetingResponse>ChimeSdkMeetingsAsyncClient. getMeeting(Consumer<GetMeetingRequest.Builder> getMeetingRequest)Gets the Amazon Chime SDK meeting details for the specified meeting ID.default CompletableFuture<GetMeetingResponse>ChimeSdkMeetingsAsyncClient. getMeeting(GetMeetingRequest getMeetingRequest)Gets the Amazon Chime SDK meeting details for the specified meeting ID.
-