Uses of Interface
software.amazon.awssdk.services.ivsrealtime.model.GetParticipantRequest.Builder
-
Packages that use GetParticipantRequest.Builder Package Description software.amazon.awssdk.services.ivsrealtime Introductionsoftware.amazon.awssdk.services.ivsrealtime.model -
-
Uses of GetParticipantRequest.Builder in software.amazon.awssdk.services.ivsrealtime
Method parameters in software.amazon.awssdk.services.ivsrealtime with type arguments of type GetParticipantRequest.Builder Modifier and Type Method Description default CompletableFuture<GetParticipantResponse>IvsRealTimeAsyncClient. getParticipant(Consumer<GetParticipantRequest.Builder> getParticipantRequest)Gets information about the specified participant token.default GetParticipantResponseIvsRealTimeClient. getParticipant(Consumer<GetParticipantRequest.Builder> getParticipantRequest)Gets information about the specified participant token. -
Uses of GetParticipantRequest.Builder in software.amazon.awssdk.services.ivsrealtime.model
Methods in software.amazon.awssdk.services.ivsrealtime.model that return GetParticipantRequest.Builder Modifier and Type Method Description static GetParticipantRequest.BuilderGetParticipantRequest. builder()GetParticipantRequest.BuilderGetParticipantRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetParticipantRequest.BuilderGetParticipantRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetParticipantRequest.BuilderGetParticipantRequest.Builder. participantId(String participantId)Unique identifier for the participant.GetParticipantRequest.BuilderGetParticipantRequest.Builder. sessionId(String sessionId)ID of a session within the stage.GetParticipantRequest.BuilderGetParticipantRequest.Builder. stageArn(String stageArn)Stage ARN.GetParticipantRequest.BuilderGetParticipantRequest. toBuilder()Methods in software.amazon.awssdk.services.ivsrealtime.model that return types with arguments of type GetParticipantRequest.Builder Modifier and Type Method Description static Class<? extends GetParticipantRequest.Builder>GetParticipantRequest. serializableBuilderClass()
-