Uses of Interface
software.amazon.awssdk.services.kinesisvideo.model.GetSignalingChannelEndpointRequest.Builder
-
Packages that use GetSignalingChannelEndpointRequest.Builder Package Description software.amazon.awssdk.services.kinesisvideo software.amazon.awssdk.services.kinesisvideo.model -
-
Uses of GetSignalingChannelEndpointRequest.Builder in software.amazon.awssdk.services.kinesisvideo
Method parameters in software.amazon.awssdk.services.kinesisvideo with type arguments of type GetSignalingChannelEndpointRequest.Builder Modifier and Type Method Description default CompletableFuture<GetSignalingChannelEndpointResponse>KinesisVideoAsyncClient. getSignalingChannelEndpoint(Consumer<GetSignalingChannelEndpointRequest.Builder> getSignalingChannelEndpointRequest)Provides an endpoint for the specified signaling channel to send and receive messages.default GetSignalingChannelEndpointResponseKinesisVideoClient. getSignalingChannelEndpoint(Consumer<GetSignalingChannelEndpointRequest.Builder> getSignalingChannelEndpointRequest)Provides an endpoint for the specified signaling channel to send and receive messages. -
Uses of GetSignalingChannelEndpointRequest.Builder in software.amazon.awssdk.services.kinesisvideo.model
Methods in software.amazon.awssdk.services.kinesisvideo.model that return GetSignalingChannelEndpointRequest.Builder Modifier and Type Method Description static GetSignalingChannelEndpointRequest.BuilderGetSignalingChannelEndpointRequest. builder()GetSignalingChannelEndpointRequest.BuilderGetSignalingChannelEndpointRequest.Builder. channelARN(String channelARN)The Amazon Resource Name (ARN) of the signalling channel for which you want to get an endpoint.GetSignalingChannelEndpointRequest.BuilderGetSignalingChannelEndpointRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetSignalingChannelEndpointRequest.BuilderGetSignalingChannelEndpointRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)default GetSignalingChannelEndpointRequest.BuilderGetSignalingChannelEndpointRequest.Builder. singleMasterChannelEndpointConfiguration(Consumer<SingleMasterChannelEndpointConfiguration.Builder> singleMasterChannelEndpointConfiguration)A structure containing the endpoint configuration for theSINGLE_MASTERchannel type.GetSignalingChannelEndpointRequest.BuilderGetSignalingChannelEndpointRequest.Builder. singleMasterChannelEndpointConfiguration(SingleMasterChannelEndpointConfiguration singleMasterChannelEndpointConfiguration)A structure containing the endpoint configuration for theSINGLE_MASTERchannel type.GetSignalingChannelEndpointRequest.BuilderGetSignalingChannelEndpointRequest. toBuilder()Methods in software.amazon.awssdk.services.kinesisvideo.model that return types with arguments of type GetSignalingChannelEndpointRequest.Builder Modifier and Type Method Description static Class<? extends GetSignalingChannelEndpointRequest.Builder>GetSignalingChannelEndpointRequest. serializableBuilderClass()
-