Uses of Class
software.amazon.awssdk.services.ivs.model.GetChannelRequest
-
Packages that use GetChannelRequest Package Description software.amazon.awssdk.services.ivs Introductionsoftware.amazon.awssdk.services.ivs.transform -
-
Uses of GetChannelRequest in software.amazon.awssdk.services.ivs
Methods in software.amazon.awssdk.services.ivs with parameters of type GetChannelRequest Modifier and Type Method Description default CompletableFuture<GetChannelResponse>IvsAsyncClient. getChannel(GetChannelRequest getChannelRequest)Gets the channel configuration for the specified channel ARN.default GetChannelResponseIvsClient. getChannel(GetChannelRequest getChannelRequest)Gets the channel configuration for the specified channel ARN. -
Uses of GetChannelRequest in software.amazon.awssdk.services.ivs.transform
Methods in software.amazon.awssdk.services.ivs.transform with parameters of type GetChannelRequest Modifier and Type Method Description SdkHttpFullRequestGetChannelRequestMarshaller. marshall(GetChannelRequest getChannelRequest)
-