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