@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbstractAWSMediaPackageV2 extends Object implements AWSMediaPackageV2
AWSMediaPackageV2
. Convenient method forms pass through to the corresponding
overload that takes a request object, which throws an UnsupportedOperationException
.ENDPOINT_PREFIX
Modifier and Type | Method and Description |
---|---|
CreateChannelResult |
createChannel(CreateChannelRequest request)
Create a channel to start receiving content streams.
|
CreateChannelGroupResult |
createChannelGroup(CreateChannelGroupRequest request)
Create a channel group to group your channels and origin endpoints.
|
CreateOriginEndpointResult |
createOriginEndpoint(CreateOriginEndpointRequest request)
The endpoint is attached to a channel, and represents the output of the live content.
|
DeleteChannelResult |
deleteChannel(DeleteChannelRequest request)
Delete a channel to stop AWS Elemental MediaPackage from receiving further content.
|
DeleteChannelGroupResult |
deleteChannelGroup(DeleteChannelGroupRequest request)
Delete a channel group.
|
DeleteChannelPolicyResult |
deleteChannelPolicy(DeleteChannelPolicyRequest request)
Delete a channel policy.
|
DeleteOriginEndpointResult |
deleteOriginEndpoint(DeleteOriginEndpointRequest request)
Origin endpoints can serve content until they're deleted.
|
DeleteOriginEndpointPolicyResult |
deleteOriginEndpointPolicy(DeleteOriginEndpointPolicyRequest request)
Delete an origin endpoint policy.
|
ResponseMetadata |
getCachedResponseMetadata(AmazonWebServiceRequest request)
Returns additional metadata for a previously executed successful request, typically used for debugging issues
where a service isn't acting as expected.
|
GetChannelResult |
getChannel(GetChannelRequest request)
Retrieves the specified channel that's configured in AWS Elemental MediaPackage, including the origin endpoints
that are associated with it.
|
GetChannelGroupResult |
getChannelGroup(GetChannelGroupRequest request)
Retrieves the specified channel group that's configured in AWS Elemental MediaPackage, including the channels and
origin endpoints that are associated with it.
|
GetChannelPolicyResult |
getChannelPolicy(GetChannelPolicyRequest request)
Retrieves the specified channel policy that's configured in AWS Elemental MediaPackage.
|
GetOriginEndpointResult |
getOriginEndpoint(GetOriginEndpointRequest request)
Retrieves the specified origin endpoint that's configured in AWS Elemental MediaPackage to obtain its playback
URL and to view the packaging settings that it's currently using.
|
GetOriginEndpointPolicyResult |
getOriginEndpointPolicy(GetOriginEndpointPolicyRequest request)
Retrieves the specified origin endpoint policy that's configured in AWS Elemental MediaPackage.
|
ListChannelGroupsResult |
listChannelGroups(ListChannelGroupsRequest request)
Retrieves all channel groups that are configured in AWS Elemental MediaPackage, including the channels and origin
endpoints that are associated with it.
|
ListChannelsResult |
listChannels(ListChannelsRequest request)
Retrieves all channels in a specific channel group that are configured in AWS Elemental MediaPackage, including
the origin endpoints that are associated with it.
|
ListOriginEndpointsResult |
listOriginEndpoints(ListOriginEndpointsRequest request)
Retrieves all origin endpoints in a specific channel that are configured in AWS Elemental MediaPackage.
|
ListTagsForResourceResult |
listTagsForResource(ListTagsForResourceRequest request)
Lists the tags assigned to a resource.
|
PutChannelPolicyResult |
putChannelPolicy(PutChannelPolicyRequest request)
Attaches an IAM policy to the specified channel.
|
PutOriginEndpointPolicyResult |
putOriginEndpointPolicy(PutOriginEndpointPolicyRequest request)
Attaches an IAM policy to the specified origin endpoint.
|
void |
shutdown()
Shuts down this client object, releasing any resources that might be held open.
|
TagResourceResult |
tagResource(TagResourceRequest request)
Assigns one of more tags (key-value pairs) to the specified MediaPackage resource.
|
UntagResourceResult |
untagResource(UntagResourceRequest request)
Removes one or more tags from the specified resource.
|
UpdateChannelResult |
updateChannel(UpdateChannelRequest request)
Update the specified channel.
|
UpdateChannelGroupResult |
updateChannelGroup(UpdateChannelGroupRequest request)
Update the specified channel group.
|
UpdateOriginEndpointResult |
updateOriginEndpoint(UpdateOriginEndpointRequest request)
Update the specified origin endpoint.
|
public CreateChannelResult createChannel(CreateChannelRequest request)
AWSMediaPackageV2
Create a channel to start receiving content streams. The channel represents the input to MediaPackage for incoming live content from an encoder such as AWS Elemental MediaLive. The channel receives content, and after packaging it, outputs it through an origin endpoint to downstream devices (such as video players or CDNs) that request the content. You can create only one channel with each request. We recommend that you spread out channels between channel groups, such as putting redundant channels in the same AWS Region in different channel groups.
createChannel
in interface AWSMediaPackageV2
public CreateChannelGroupResult createChannelGroup(CreateChannelGroupRequest request)
AWSMediaPackageV2
Create a channel group to group your channels and origin endpoints. A channel group is the top-level resource that consists of channels and origin endpoints that are associated with it and that provides predictable URLs for stream delivery. All channels and origin endpoints within the channel group are guaranteed to share the DNS. You can create only one channel group with each request.
createChannelGroup
in interface AWSMediaPackageV2
public CreateOriginEndpointResult createOriginEndpoint(CreateOriginEndpointRequest request)
AWSMediaPackageV2
The endpoint is attached to a channel, and represents the output of the live content. You can associate multiple endpoints to a single channel. Each endpoint gives players and downstream CDNs (such as Amazon CloudFront) access to the content for playback. Content can't be served from a channel until it has an endpoint. You can create only one endpoint with each request.
createOriginEndpoint
in interface AWSMediaPackageV2
public DeleteChannelResult deleteChannel(DeleteChannelRequest request)
AWSMediaPackageV2
Delete a channel to stop AWS Elemental MediaPackage from receiving further content. You must delete the channel's origin endpoints before you can delete the channel.
deleteChannel
in interface AWSMediaPackageV2
public DeleteChannelGroupResult deleteChannelGroup(DeleteChannelGroupRequest request)
AWSMediaPackageV2
Delete a channel group. You must delete the channel group's channels and origin endpoints before you can delete the channel group. If you delete a channel group, you'll lose access to the egress domain and will have to create a new channel group to replace it.
deleteChannelGroup
in interface AWSMediaPackageV2
public DeleteChannelPolicyResult deleteChannelPolicy(DeleteChannelPolicyRequest request)
AWSMediaPackageV2
Delete a channel policy.
deleteChannelPolicy
in interface AWSMediaPackageV2
public DeleteOriginEndpointResult deleteOriginEndpoint(DeleteOriginEndpointRequest request)
AWSMediaPackageV2
Origin endpoints can serve content until they're deleted. Delete the endpoint if it should no longer respond to playback requests. You must delete all endpoints from a channel before you can delete the channel.
deleteOriginEndpoint
in interface AWSMediaPackageV2
public DeleteOriginEndpointPolicyResult deleteOriginEndpointPolicy(DeleteOriginEndpointPolicyRequest request)
AWSMediaPackageV2
Delete an origin endpoint policy.
deleteOriginEndpointPolicy
in interface AWSMediaPackageV2
public GetChannelResult getChannel(GetChannelRequest request)
AWSMediaPackageV2
Retrieves the specified channel that's configured in AWS Elemental MediaPackage, including the origin endpoints that are associated with it.
getChannel
in interface AWSMediaPackageV2
public GetChannelGroupResult getChannelGroup(GetChannelGroupRequest request)
AWSMediaPackageV2
Retrieves the specified channel group that's configured in AWS Elemental MediaPackage, including the channels and origin endpoints that are associated with it.
getChannelGroup
in interface AWSMediaPackageV2
public GetChannelPolicyResult getChannelPolicy(GetChannelPolicyRequest request)
AWSMediaPackageV2
Retrieves the specified channel policy that's configured in AWS Elemental MediaPackage. With policies, you can specify who has access to AWS resources and what actions they can perform on those resources.
getChannelPolicy
in interface AWSMediaPackageV2
public GetOriginEndpointResult getOriginEndpoint(GetOriginEndpointRequest request)
AWSMediaPackageV2
Retrieves the specified origin endpoint that's configured in AWS Elemental MediaPackage to obtain its playback URL and to view the packaging settings that it's currently using.
getOriginEndpoint
in interface AWSMediaPackageV2
public GetOriginEndpointPolicyResult getOriginEndpointPolicy(GetOriginEndpointPolicyRequest request)
AWSMediaPackageV2
Retrieves the specified origin endpoint policy that's configured in AWS Elemental MediaPackage.
getOriginEndpointPolicy
in interface AWSMediaPackageV2
public ListChannelGroupsResult listChannelGroups(ListChannelGroupsRequest request)
AWSMediaPackageV2
Retrieves all channel groups that are configured in AWS Elemental MediaPackage, including the channels and origin endpoints that are associated with it.
listChannelGroups
in interface AWSMediaPackageV2
public ListChannelsResult listChannels(ListChannelsRequest request)
AWSMediaPackageV2
Retrieves all channels in a specific channel group that are configured in AWS Elemental MediaPackage, including the origin endpoints that are associated with it.
listChannels
in interface AWSMediaPackageV2
public ListOriginEndpointsResult listOriginEndpoints(ListOriginEndpointsRequest request)
AWSMediaPackageV2
Retrieves all origin endpoints in a specific channel that are configured in AWS Elemental MediaPackage.
listOriginEndpoints
in interface AWSMediaPackageV2
public ListTagsForResourceResult listTagsForResource(ListTagsForResourceRequest request)
AWSMediaPackageV2
Lists the tags assigned to a resource.
listTagsForResource
in interface AWSMediaPackageV2
public PutChannelPolicyResult putChannelPolicy(PutChannelPolicyRequest request)
AWSMediaPackageV2
Attaches an IAM policy to the specified channel. With policies, you can specify who has access to AWS resources and what actions they can perform on those resources. You can attach only one policy with each request.
putChannelPolicy
in interface AWSMediaPackageV2
public PutOriginEndpointPolicyResult putOriginEndpointPolicy(PutOriginEndpointPolicyRequest request)
AWSMediaPackageV2
Attaches an IAM policy to the specified origin endpoint. You can attach only one policy with each request.
putOriginEndpointPolicy
in interface AWSMediaPackageV2
public TagResourceResult tagResource(TagResourceRequest request)
AWSMediaPackageV2
Assigns one of more tags (key-value pairs) to the specified MediaPackage resource.
Tags can help you organize and categorize your resources. You can also use them to scope user permissions, by granting a user permission to access or change only resources with certain tag values. You can use the TagResource operation with a resource that already has tags. If you specify a new tag key for the resource, this tag is appended to the list of tags associated with the resource. If you specify a tag key that is already associated with the resource, the new tag value that you specify replaces the previous value for that tag.
tagResource
in interface AWSMediaPackageV2
public UntagResourceResult untagResource(UntagResourceRequest request)
AWSMediaPackageV2
Removes one or more tags from the specified resource.
untagResource
in interface AWSMediaPackageV2
public UpdateChannelResult updateChannel(UpdateChannelRequest request)
AWSMediaPackageV2
Update the specified channel. You can edit if MediaPackage sends ingest or egress access logs to the CloudWatch log group, if content will be encrypted, the description on a channel, and your channel's policy settings. You can't edit the name of the channel or CloudFront distribution details.
Any edits you make that impact the video output may not be reflected for a few minutes.
updateChannel
in interface AWSMediaPackageV2
public UpdateChannelGroupResult updateChannelGroup(UpdateChannelGroupRequest request)
AWSMediaPackageV2
Update the specified channel group. You can edit the description on a channel group for easier identification later from the AWS Elemental MediaPackage console. You can't edit the name of the channel group.
Any edits you make that impact the video output may not be reflected for a few minutes.
updateChannelGroup
in interface AWSMediaPackageV2
public UpdateOriginEndpointResult updateOriginEndpoint(UpdateOriginEndpointRequest request)
AWSMediaPackageV2
Update the specified origin endpoint. Edit the packaging preferences on an endpoint to optimize the viewing experience. You can't edit the name of the endpoint.
Any edits you make that impact the video output may not be reflected for a few minutes.
updateOriginEndpoint
in interface AWSMediaPackageV2
public void shutdown()
AWSMediaPackageV2
shutdown
in interface AWSMediaPackageV2
public ResponseMetadata getCachedResponseMetadata(AmazonWebServiceRequest request)
AWSMediaPackageV2
Response metadata is only cached for a limited period of time, so if you need to access this extra diagnostic information for an executed request, you should use this method to retrieve it as soon as possible after executing a request.
getCachedResponseMetadata
in interface AWSMediaPackageV2
request
- The originally executed request.