| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediapackagev2 |
|
| Modifier and Type | Method and Description |
|---|---|
default CreateChannelResponse |
MediaPackageV2Client.createChannel(Consumer<CreateChannelRequest.Builder> createChannelRequest)
Create a channel to start receiving content streams.
|
default CreateChannelResponse |
MediaPackageV2Client.createChannel(CreateChannelRequest createChannelRequest)
Create a channel to start receiving content streams.
|
default CreateChannelGroupResponse |
MediaPackageV2Client.createChannelGroup(Consumer<CreateChannelGroupRequest.Builder> createChannelGroupRequest)
Create a channel group to group your channels and origin endpoints.
|
default CreateChannelGroupResponse |
MediaPackageV2Client.createChannelGroup(CreateChannelGroupRequest createChannelGroupRequest)
Create a channel group to group your channels and origin endpoints.
|
default CreateOriginEndpointResponse |
MediaPackageV2Client.createOriginEndpoint(Consumer<CreateOriginEndpointRequest.Builder> createOriginEndpointRequest)
The endpoint is attached to a channel, and represents the output of the live content.
|
default CreateOriginEndpointResponse |
MediaPackageV2Client.createOriginEndpoint(CreateOriginEndpointRequest createOriginEndpointRequest)
The endpoint is attached to a channel, and represents the output of the live content.
|
default GetChannelResponse |
MediaPackageV2Client.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 GetChannelResponse |
MediaPackageV2Client.getChannel(GetChannelRequest getChannelRequest)
Retrieves the specified channel that's configured in AWS Elemental MediaPackage, including the origin endpoints
that are associated with it.
|
default GetChannelGroupResponse |
MediaPackageV2Client.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 GetChannelGroupResponse |
MediaPackageV2Client.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 GetChannelPolicyResponse |
MediaPackageV2Client.getChannelPolicy(Consumer<GetChannelPolicyRequest.Builder> getChannelPolicyRequest)
Retrieves the specified channel policy that's configured in AWS Elemental MediaPackage.
|
default GetChannelPolicyResponse |
MediaPackageV2Client.getChannelPolicy(GetChannelPolicyRequest getChannelPolicyRequest)
Retrieves the specified channel policy that's configured in AWS Elemental MediaPackage.
|
default GetOriginEndpointResponse |
MediaPackageV2Client.getOriginEndpoint(Consumer<GetOriginEndpointRequest.Builder> getOriginEndpointRequest)
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.
|
default GetOriginEndpointResponse |
MediaPackageV2Client.getOriginEndpoint(GetOriginEndpointRequest getOriginEndpointRequest)
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.
|
default GetOriginEndpointPolicyResponse |
MediaPackageV2Client.getOriginEndpointPolicy(Consumer<GetOriginEndpointPolicyRequest.Builder> getOriginEndpointPolicyRequest)
Retrieves the specified origin endpoint policy that's configured in AWS Elemental MediaPackage.
|
default GetOriginEndpointPolicyResponse |
MediaPackageV2Client.getOriginEndpointPolicy(GetOriginEndpointPolicyRequest getOriginEndpointPolicyRequest)
Retrieves the specified origin endpoint policy that's configured in AWS Elemental MediaPackage.
|
default ListOriginEndpointsResponse |
MediaPackageV2Client.listOriginEndpoints(Consumer<ListOriginEndpointsRequest.Builder> listOriginEndpointsRequest)
Retrieves all origin endpoints in a specific channel that are configured in AWS Elemental MediaPackage.
|
default ListOriginEndpointsResponse |
MediaPackageV2Client.listOriginEndpoints(ListOriginEndpointsRequest listOriginEndpointsRequest)
Retrieves all origin endpoints in a specific channel that are configured in AWS Elemental MediaPackage.
|
default ListOriginEndpointsIterable |
MediaPackageV2Client.listOriginEndpointsPaginator(Consumer<ListOriginEndpointsRequest.Builder> listOriginEndpointsRequest)
Retrieves all origin endpoints in a specific channel that are configured in AWS Elemental MediaPackage.
|
default ListOriginEndpointsIterable |
MediaPackageV2Client.listOriginEndpointsPaginator(ListOriginEndpointsRequest listOriginEndpointsRequest)
Retrieves all origin endpoints in a specific channel that are configured in AWS Elemental MediaPackage.
|
default PutChannelPolicyResponse |
MediaPackageV2Client.putChannelPolicy(Consumer<PutChannelPolicyRequest.Builder> putChannelPolicyRequest)
Attaches an IAM policy to the specified channel.
|
default PutChannelPolicyResponse |
MediaPackageV2Client.putChannelPolicy(PutChannelPolicyRequest putChannelPolicyRequest)
Attaches an IAM policy to the specified channel.
|
default PutOriginEndpointPolicyResponse |
MediaPackageV2Client.putOriginEndpointPolicy(Consumer<PutOriginEndpointPolicyRequest.Builder> putOriginEndpointPolicyRequest)
Attaches an IAM policy to the specified origin endpoint.
|
default PutOriginEndpointPolicyResponse |
MediaPackageV2Client.putOriginEndpointPolicy(PutOriginEndpointPolicyRequest putOriginEndpointPolicyRequest)
Attaches an IAM policy to the specified origin endpoint.
|
default UpdateChannelResponse |
MediaPackageV2Client.updateChannel(Consumer<UpdateChannelRequest.Builder> updateChannelRequest)
Update the specified channel.
|
default UpdateChannelResponse |
MediaPackageV2Client.updateChannel(UpdateChannelRequest updateChannelRequest)
Update the specified channel.
|
default UpdateChannelGroupResponse |
MediaPackageV2Client.updateChannelGroup(Consumer<UpdateChannelGroupRequest.Builder> updateChannelGroupRequest)
Update the specified channel group.
|
default UpdateChannelGroupResponse |
MediaPackageV2Client.updateChannelGroup(UpdateChannelGroupRequest updateChannelGroupRequest)
Update the specified channel group.
|
default UpdateOriginEndpointResponse |
MediaPackageV2Client.updateOriginEndpoint(Consumer<UpdateOriginEndpointRequest.Builder> updateOriginEndpointRequest)
Update the specified origin endpoint.
|
default UpdateOriginEndpointResponse |
MediaPackageV2Client.updateOriginEndpoint(UpdateOriginEndpointRequest updateOriginEndpointRequest)
Update the specified origin endpoint.
|
Copyright © 2023. All rights reserved.