Uses of Class
software.amazon.awssdk.services.mediapackagev2.model.GetChannelGroupRequest
-
Packages that use GetChannelGroupRequest Package Description software.amazon.awssdk.services.mediapackagev2 software.amazon.awssdk.services.mediapackagev2.transform -
-
Uses of GetChannelGroupRequest in software.amazon.awssdk.services.mediapackagev2
Methods in software.amazon.awssdk.services.mediapackagev2 with parameters of type GetChannelGroupRequest Modifier and Type Method Description 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.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. -
Uses of GetChannelGroupRequest in software.amazon.awssdk.services.mediapackagev2.transform
Methods in software.amazon.awssdk.services.mediapackagev2.transform with parameters of type GetChannelGroupRequest Modifier and Type Method Description SdkHttpFullRequestGetChannelGroupRequestMarshaller. marshall(GetChannelGroupRequest getChannelGroupRequest)
-