Uses of Class
software.amazon.awssdk.services.ivs.model.GetChannelResponse
-
Packages that use GetChannelResponse Package Description software.amazon.awssdk.services.ivs Introduction -
-
Uses of GetChannelResponse in software.amazon.awssdk.services.ivs
Methods in software.amazon.awssdk.services.ivs that return GetChannelResponse Modifier and Type Method Description default GetChannelResponseIvsClient. getChannel(Consumer<GetChannelRequest.Builder> getChannelRequest)Gets the channel configuration for the specified channel ARN.default GetChannelResponseIvsClient. getChannel(GetChannelRequest getChannelRequest)Gets the channel configuration for the specified channel ARN.Methods in software.amazon.awssdk.services.ivs that return types with arguments of type GetChannelResponse Modifier and Type Method Description default CompletableFuture<GetChannelResponse>IvsAsyncClient. getChannel(Consumer<GetChannelRequest.Builder> getChannelRequest)Gets the channel configuration for the specified channel ARN.default CompletableFuture<GetChannelResponse>IvsAsyncClient. getChannel(GetChannelRequest getChannelRequest)Gets the channel configuration for the specified channel ARN.
-