| Package | Description |
|---|---|
| com.amazonaws.services.mediapackagev2 |
|
| com.amazonaws.services.mediapackagev2.model |
| Modifier and Type | Method and Description |
|---|---|
CreateOriginEndpointResult |
AWSMediaPackageV2Client.createOriginEndpoint(CreateOriginEndpointRequest request)
The endpoint is attached to a channel, and represents the output of the live content.
|
CreateOriginEndpointResult |
AbstractAWSMediaPackageV2.createOriginEndpoint(CreateOriginEndpointRequest request) |
CreateOriginEndpointResult |
AWSMediaPackageV2.createOriginEndpoint(CreateOriginEndpointRequest createOriginEndpointRequest)
The endpoint is attached to a channel, and represents the output of the live content.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateOriginEndpointResult> |
AWSMediaPackageV2AsyncClient.createOriginEndpointAsync(CreateOriginEndpointRequest request,
AsyncHandler<CreateOriginEndpointRequest,CreateOriginEndpointResult> asyncHandler) |
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.
|
| Modifier and Type | Method and Description |
|---|---|
CreateOriginEndpointResult |
CreateOriginEndpointResult.addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateOriginEndpointResult |
CreateOriginEndpointResult.clearTagsEntries()
Removes all the entries added into Tags.
|
CreateOriginEndpointResult |
CreateOriginEndpointResult.clone() |
CreateOriginEndpointResult |
CreateOriginEndpointResult.withArn(String arn)
The Amazon Resource Name (ARN) associated with the resource.
|
CreateOriginEndpointResult |
CreateOriginEndpointResult.withChannelGroupName(String channelGroupName)
The name that describes the channel group.
|
CreateOriginEndpointResult |
CreateOriginEndpointResult.withChannelName(String channelName)
The name that describes the channel.
|
CreateOriginEndpointResult |
CreateOriginEndpointResult.withContainerType(ContainerType containerType)
The type of container attached to this origin endpoint.
|
CreateOriginEndpointResult |
CreateOriginEndpointResult.withContainerType(String containerType)
The type of container attached to this origin endpoint.
|
CreateOriginEndpointResult |
CreateOriginEndpointResult.withCreatedAt(Date createdAt)
The date and time the origin endpoint was created.
|
CreateOriginEndpointResult |
CreateOriginEndpointResult.withDashManifests(Collection<GetDashManifestConfiguration> dashManifests)
A DASH manifest configuration.
|
CreateOriginEndpointResult |
CreateOriginEndpointResult.withDashManifests(GetDashManifestConfiguration... dashManifests)
A DASH manifest configuration.
|
CreateOriginEndpointResult |
CreateOriginEndpointResult.withDescription(String description)
The description for your origin endpoint.
|
CreateOriginEndpointResult |
CreateOriginEndpointResult.withETag(String eTag)
The current Entity Tag (ETag) associated with this resource.
|
CreateOriginEndpointResult |
CreateOriginEndpointResult.withForceEndpointErrorConfiguration(ForceEndpointErrorConfiguration forceEndpointErrorConfiguration)
The failover settings for the endpoint.
|
CreateOriginEndpointResult |
CreateOriginEndpointResult.withHlsManifests(Collection<GetHlsManifestConfiguration> hlsManifests)
An HTTP live streaming (HLS) manifest configuration.
|
CreateOriginEndpointResult |
CreateOriginEndpointResult.withHlsManifests(GetHlsManifestConfiguration... hlsManifests)
An HTTP live streaming (HLS) manifest configuration.
|
CreateOriginEndpointResult |
CreateOriginEndpointResult.withLowLatencyHlsManifests(Collection<GetLowLatencyHlsManifestConfiguration> lowLatencyHlsManifests)
A low-latency HLS manifest configuration.
|
CreateOriginEndpointResult |
CreateOriginEndpointResult.withLowLatencyHlsManifests(GetLowLatencyHlsManifestConfiguration... lowLatencyHlsManifests)
A low-latency HLS manifest configuration.
|
CreateOriginEndpointResult |
CreateOriginEndpointResult.withModifiedAt(Date modifiedAt)
The date and time the origin endpoint was modified.
|
CreateOriginEndpointResult |
CreateOriginEndpointResult.withOriginEndpointName(String originEndpointName)
The name that describes the origin endpoint.
|
CreateOriginEndpointResult |
CreateOriginEndpointResult.withSegment(Segment segment)
The segment configuration, including the segment name, duration, and other configuration values.
|
CreateOriginEndpointResult |
CreateOriginEndpointResult.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.
|
CreateOriginEndpointResult |
CreateOriginEndpointResult.withTags(Map<String,String> tags)
The comma-separated list of tag key:value pairs assigned to the origin endpoint.
|
Copyright © 2024. All rights reserved.