| Package | Description |
|---|---|
| com.amazonaws.services.mediapackagevod.model |
| Modifier and Type | Method and Description |
|---|---|
EgressEndpoint |
EgressEndpoint.clone() |
EgressEndpoint |
EgressEndpoint.withPackagingConfigurationId(String packagingConfigurationId)
The ID of the PackagingConfiguration being applied to the Asset.
|
EgressEndpoint |
EgressEndpoint.withUrl(String url)
The URL of the parent manifest for the repackaged Asset.
|
| Modifier and Type | Method and Description |
|---|---|
List<EgressEndpoint> |
DescribeAssetResult.getEgressEndpoints()
The list of egress endpoints available for the Asset.
|
List<EgressEndpoint> |
CreateAssetResult.getEgressEndpoints()
The list of egress endpoints available for the Asset.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeAssetResult |
DescribeAssetResult.withEgressEndpoints(EgressEndpoint... egressEndpoints)
The list of egress endpoints available for the Asset.
|
CreateAssetResult |
CreateAssetResult.withEgressEndpoints(EgressEndpoint... egressEndpoints)
The list of egress endpoints available for the Asset.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeAssetResult.setEgressEndpoints(Collection<EgressEndpoint> egressEndpoints)
The list of egress endpoints available for the Asset.
|
void |
CreateAssetResult.setEgressEndpoints(Collection<EgressEndpoint> egressEndpoints)
The list of egress endpoints available for the Asset.
|
DescribeAssetResult |
DescribeAssetResult.withEgressEndpoints(Collection<EgressEndpoint> egressEndpoints)
The list of egress endpoints available for the Asset.
|
CreateAssetResult |
CreateAssetResult.withEgressEndpoints(Collection<EgressEndpoint> egressEndpoints)
The list of egress endpoints available for the Asset.
|
Copyright © 2020. All rights reserved.