Uses of Class
software.amazon.awssdk.services.mediapackagev2.model.GetChannelResponse
-
Packages that use GetChannelResponse Package Description software.amazon.awssdk.services.mediapackagev2 -
-
Uses of GetChannelResponse in software.amazon.awssdk.services.mediapackagev2
Methods in software.amazon.awssdk.services.mediapackagev2 that return GetChannelResponse Modifier and Type Method Description default GetChannelResponseMediaPackageV2Client. getChannel(Consumer<GetChannelRequest.Builder> getChannelRequest)Retrieves the specified channel that's configured in AWS Elemental MediaPackage, including the origin endpoints that are associated with it.default GetChannelResponseMediaPackageV2Client. getChannel(GetChannelRequest getChannelRequest)Retrieves the specified channel that's configured in AWS Elemental MediaPackage, including the origin endpoints that are associated with it.Methods in software.amazon.awssdk.services.mediapackagev2 that return types with arguments of type GetChannelResponse Modifier and Type Method Description default CompletableFuture<GetChannelResponse>MediaPackageV2AsyncClient. getChannel(Consumer<GetChannelRequest.Builder> getChannelRequest)Retrieves the specified channel that's configured in AWS Elemental MediaPackage, including the origin endpoints that are associated with it.default CompletableFuture<GetChannelResponse>MediaPackageV2AsyncClient. getChannel(GetChannelRequest getChannelRequest)Retrieves the specified channel that's configured in AWS Elemental MediaPackage, including the origin endpoints that are associated with it.
-