| 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 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.