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