| Package | Description |
|---|---|
| com.amazonaws.services.mediapackagev2 |
|
| com.amazonaws.services.mediapackagev2.model |
| Modifier and Type | Method and Description |
|---|---|
CreateChannelResult |
AWSMediaPackageV2Client.createChannel(CreateChannelRequest request)
Create a channel to start receiving content streams.
|
CreateChannelResult |
AWSMediaPackageV2.createChannel(CreateChannelRequest createChannelRequest)
Create a channel to start receiving content streams.
|
CreateChannelResult |
AbstractAWSMediaPackageV2.createChannel(CreateChannelRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateChannelResult> |
AWSMediaPackageV2AsyncClient.createChannelAsync(CreateChannelRequest request,
AsyncHandler<CreateChannelRequest,CreateChannelResult> asyncHandler) |
Future<CreateChannelResult> |
AWSMediaPackageV2Async.createChannelAsync(CreateChannelRequest createChannelRequest,
AsyncHandler<CreateChannelRequest,CreateChannelResult> asyncHandler)
Create a channel to start receiving content streams.
|
Future<CreateChannelResult> |
AbstractAWSMediaPackageV2Async.createChannelAsync(CreateChannelRequest request,
AsyncHandler<CreateChannelRequest,CreateChannelResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateChannelResult |
CreateChannelResult.addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateChannelResult |
CreateChannelResult.clearTagsEntries()
Removes all the entries added into Tags.
|
CreateChannelResult |
CreateChannelResult.clone() |
CreateChannelResult |
CreateChannelResult.withArn(String arn)
The Amazon Resource Name (ARN) associated with the resource.
|
CreateChannelResult |
CreateChannelResult.withChannelGroupName(String channelGroupName)
The name that describes the channel group.
|
CreateChannelResult |
CreateChannelResult.withChannelName(String channelName)
The name that describes the channel.
|
CreateChannelResult |
CreateChannelResult.withCreatedAt(Date createdAt)
The date and time the channel was created.
|
CreateChannelResult |
CreateChannelResult.withDescription(String description)
The description for your channel.
|
CreateChannelResult |
CreateChannelResult.withETag(String eTag)
The current Entity Tag (ETag) associated with this resource.
|
CreateChannelResult |
CreateChannelResult.withIngestEndpoints(Collection<IngestEndpoint> ingestEndpoints) |
CreateChannelResult |
CreateChannelResult.withIngestEndpoints(IngestEndpoint... ingestEndpoints)
NOTE: This method appends the values to the existing list (if any).
|
CreateChannelResult |
CreateChannelResult.withInputType(InputType inputType)
The input type will be an immutable field which will be used to define whether the channel will allow CMAF ingest
or HLS ingest.
|
CreateChannelResult |
CreateChannelResult.withInputType(String inputType)
The input type will be an immutable field which will be used to define whether the channel will allow CMAF ingest
or HLS ingest.
|
CreateChannelResult |
CreateChannelResult.withModifiedAt(Date modifiedAt)
The date and time the channel was modified.
|
CreateChannelResult |
CreateChannelResult.withTags(Map<String,String> tags)
The comma-separated list of tag key:value pairs assigned to the channel.
|
Copyright © 2025. All rights reserved.