Uses of Interface
software.amazon.awssdk.services.ivs.model.GetChannelRequest.Builder
-
Packages that use GetChannelRequest.Builder Package Description software.amazon.awssdk.services.ivs Introductionsoftware.amazon.awssdk.services.ivs.model -
-
Uses of GetChannelRequest.Builder in software.amazon.awssdk.services.ivs
Method parameters in software.amazon.awssdk.services.ivs with type arguments of type GetChannelRequest.Builder Modifier and Type Method Description default CompletableFuture<GetChannelResponse>IvsAsyncClient. getChannel(Consumer<GetChannelRequest.Builder> getChannelRequest)Gets the channel configuration for the specified channel ARN.default GetChannelResponseIvsClient. getChannel(Consumer<GetChannelRequest.Builder> getChannelRequest)Gets the channel configuration for the specified channel ARN. -
Uses of GetChannelRequest.Builder in software.amazon.awssdk.services.ivs.model
Methods in software.amazon.awssdk.services.ivs.model that return GetChannelRequest.Builder Modifier and Type Method Description GetChannelRequest.BuilderGetChannelRequest.Builder. arn(String arn)ARN of the channel for which the configuration is to be retrieved.static GetChannelRequest.BuilderGetChannelRequest. builder()GetChannelRequest.BuilderGetChannelRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetChannelRequest.BuilderGetChannelRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetChannelRequest.BuilderGetChannelRequest. toBuilder()Methods in software.amazon.awssdk.services.ivs.model that return types with arguments of type GetChannelRequest.Builder Modifier and Type Method Description static Class<? extends GetChannelRequest.Builder>GetChannelRequest. serializableBuilderClass()
-