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 DeleteChannelResponse |
MediaPackageV2Client.deleteChannel(Consumer<DeleteChannelRequest.Builder> deleteChannelRequest) |
Delete a channel to stop AWS Elemental MediaPackage from receiving further content.
|
default DeleteChannelResponse |
MediaPackageV2Client.deleteChannel(DeleteChannelRequest deleteChannelRequest) |
Delete a channel to stop AWS Elemental MediaPackage from receiving further content.
|
default DeleteChannelGroupResponse |
MediaPackageV2Client.deleteChannelGroup(Consumer<DeleteChannelGroupRequest.Builder> deleteChannelGroupRequest) |
Delete a channel group.
|
default DeleteChannelGroupResponse |
MediaPackageV2Client.deleteChannelGroup(DeleteChannelGroupRequest deleteChannelGroupRequest) |
Delete a channel group.
|
default DeleteChannelPolicyResponse |
MediaPackageV2Client.deleteChannelPolicy(Consumer<DeleteChannelPolicyRequest.Builder> deleteChannelPolicyRequest) |
Delete a channel policy.
|
default DeleteChannelPolicyResponse |
MediaPackageV2Client.deleteChannelPolicy(DeleteChannelPolicyRequest deleteChannelPolicyRequest) |
Delete a channel policy.
|
default DeleteOriginEndpointPolicyResponse |
MediaPackageV2Client.deleteOriginEndpointPolicy(Consumer<DeleteOriginEndpointPolicyRequest.Builder> deleteOriginEndpointPolicyRequest) |
Delete an origin endpoint policy.
|
default DeleteOriginEndpointPolicyResponse |
MediaPackageV2Client.deleteOriginEndpointPolicy(DeleteOriginEndpointPolicyRequest deleteOriginEndpointPolicyRequest) |
Delete an origin endpoint policy.
|
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.
|