| Package | Description |
|---|---|
| com.amazonaws.services.mediapackagev2 |
|
| com.amazonaws.services.mediapackagev2.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateOriginEndpointResult> |
AbstractAWSMediaPackageV2Async.createOriginEndpointAsync(CreateOriginEndpointRequest request,
AsyncHandler<CreateOriginEndpointRequest,CreateOriginEndpointResult> asyncHandler) |
Future<CreateOriginEndpointResult> |
AWSMediaPackageV2Async.createOriginEndpointAsync(CreateOriginEndpointRequest createOriginEndpointRequest,
AsyncHandler<CreateOriginEndpointRequest,CreateOriginEndpointResult> asyncHandler)
The endpoint is attached to a channel, and represents the output of the live content.
|
Future<CreateOriginEndpointResult> |
AWSMediaPackageV2AsyncClient.createOriginEndpointAsync(CreateOriginEndpointRequest request,
AsyncHandler<CreateOriginEndpointRequest,CreateOriginEndpointResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateOriginEndpointRequest |
CreateOriginEndpointRequest.addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateOriginEndpointRequest |
CreateOriginEndpointRequest.clearTagsEntries()
Removes all the entries added into Tags.
|
CreateOriginEndpointRequest |
CreateOriginEndpointRequest.clone() |
CreateOriginEndpointRequest |
CreateOriginEndpointRequest.withChannelGroupName(String channelGroupName)
The name that describes the channel group.
|
CreateOriginEndpointRequest |
CreateOriginEndpointRequest.withChannelName(String channelName)
The name that describes the channel.
|
CreateOriginEndpointRequest |
CreateOriginEndpointRequest.withClientToken(String clientToken)
A unique, case-sensitive token that you provide to ensure the idempotency of the request.
|
CreateOriginEndpointRequest |
CreateOriginEndpointRequest.withContainerType(ContainerType containerType)
The type of container to attach to this origin endpoint.
|
CreateOriginEndpointRequest |
CreateOriginEndpointRequest.withContainerType(String containerType)
The type of container to attach to this origin endpoint.
|
CreateOriginEndpointRequest |
CreateOriginEndpointRequest.withDescription(String description)
Enter any descriptive text that helps you to identify the origin endpoint.
|
CreateOriginEndpointRequest |
CreateOriginEndpointRequest.withHlsManifests(Collection<CreateHlsManifestConfiguration> hlsManifests)
An HTTP live streaming (HLS) manifest configuration.
|
CreateOriginEndpointRequest |
CreateOriginEndpointRequest.withHlsManifests(CreateHlsManifestConfiguration... hlsManifests)
An HTTP live streaming (HLS) manifest configuration.
|
CreateOriginEndpointRequest |
CreateOriginEndpointRequest.withLowLatencyHlsManifests(Collection<CreateLowLatencyHlsManifestConfiguration> lowLatencyHlsManifests)
A low-latency HLS manifest configuration.
|
CreateOriginEndpointRequest |
CreateOriginEndpointRequest.withLowLatencyHlsManifests(CreateLowLatencyHlsManifestConfiguration... lowLatencyHlsManifests)
A low-latency HLS manifest configuration.
|
CreateOriginEndpointRequest |
CreateOriginEndpointRequest.withOriginEndpointName(String originEndpointName)
The name that describes the origin endpoint.
|
CreateOriginEndpointRequest |
CreateOriginEndpointRequest.withSegment(Segment segment)
The segment configuration, including the segment name, duration, and other configuration values.
|
CreateOriginEndpointRequest |
CreateOriginEndpointRequest.withStartoverWindowSeconds(Integer startoverWindowSeconds)
The size of the window (in seconds) to create a window of the live stream that's available for on-demand viewing.
|
CreateOriginEndpointRequest |
CreateOriginEndpointRequest.withTags(Map<String,String> tags)
A comma-separated list of tag key:value pairs that you define.
|
Copyright © 2023. All rights reserved.