Uses of Interface
software.amazon.awssdk.services.ivsrealtime.model.CreateParticipantTokenResponse.Builder
-
Packages that use CreateParticipantTokenResponse.Builder Package Description software.amazon.awssdk.services.ivsrealtime.model -
-
Uses of CreateParticipantTokenResponse.Builder in software.amazon.awssdk.services.ivsrealtime.model
Methods in software.amazon.awssdk.services.ivsrealtime.model that return CreateParticipantTokenResponse.Builder Modifier and Type Method Description static CreateParticipantTokenResponse.BuilderCreateParticipantTokenResponse. builder()default CreateParticipantTokenResponse.BuilderCreateParticipantTokenResponse.Builder. participantToken(Consumer<ParticipantToken.Builder> participantToken)The participant token that was created.CreateParticipantTokenResponse.BuilderCreateParticipantTokenResponse.Builder. participantToken(ParticipantToken participantToken)The participant token that was created.CreateParticipantTokenResponse.BuilderCreateParticipantTokenResponse. toBuilder()Methods in software.amazon.awssdk.services.ivsrealtime.model that return types with arguments of type CreateParticipantTokenResponse.Builder Modifier and Type Method Description static Class<? extends CreateParticipantTokenResponse.Builder>CreateParticipantTokenResponse. serializableBuilderClass()
-