Uses of Interface
software.amazon.awssdk.services.ivsrealtime.model.GetParticipantResponse.Builder
-
Packages that use GetParticipantResponse.Builder Package Description software.amazon.awssdk.services.ivsrealtime.model -
-
Uses of GetParticipantResponse.Builder in software.amazon.awssdk.services.ivsrealtime.model
Methods in software.amazon.awssdk.services.ivsrealtime.model that return GetParticipantResponse.Builder Modifier and Type Method Description static GetParticipantResponse.BuilderGetParticipantResponse. builder()default GetParticipantResponse.BuilderGetParticipantResponse.Builder. participant(Consumer<Participant.Builder> participant)The participant that is returned.GetParticipantResponse.BuilderGetParticipantResponse.Builder. participant(Participant participant)The participant that is returned.GetParticipantResponse.BuilderGetParticipantResponse. toBuilder()Methods in software.amazon.awssdk.services.ivsrealtime.model that return types with arguments of type GetParticipantResponse.Builder Modifier and Type Method Description static Class<? extends GetParticipantResponse.Builder>GetParticipantResponse. serializableBuilderClass()
-