| Package | Description |
|---|---|
| com.amazonaws.services.mediapackage |
AWS Elemental MediaPackage
|
| com.amazonaws.services.mediapackage.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateHarvestJobResult> |
AbstractAWSMediaPackageAsync.createHarvestJobAsync(CreateHarvestJobRequest request,
AsyncHandler<CreateHarvestJobRequest,CreateHarvestJobResult> asyncHandler) |
Future<CreateHarvestJobResult> |
AWSMediaPackageAsyncClient.createHarvestJobAsync(CreateHarvestJobRequest request,
AsyncHandler<CreateHarvestJobRequest,CreateHarvestJobResult> asyncHandler) |
Future<CreateHarvestJobResult> |
AWSMediaPackageAsync.createHarvestJobAsync(CreateHarvestJobRequest createHarvestJobRequest,
AsyncHandler<CreateHarvestJobRequest,CreateHarvestJobResult> asyncHandler)
Creates a new HarvestJob record.
|
| Modifier and Type | Method and Description |
|---|---|
CreateHarvestJobRequest |
CreateHarvestJobRequest.clone() |
CreateHarvestJobRequest |
CreateHarvestJobRequest.withEndTime(String endTime)
The end of the time-window which will be harvested
|
CreateHarvestJobRequest |
CreateHarvestJobRequest.withId(String id)
The ID of the HarvestJob.
|
CreateHarvestJobRequest |
CreateHarvestJobRequest.withOriginEndpointId(String originEndpointId)
The ID of the OriginEndpoint that the HarvestJob will harvest from.
|
CreateHarvestJobRequest |
CreateHarvestJobRequest.withS3Destination(S3Destination s3Destination) |
CreateHarvestJobRequest |
CreateHarvestJobRequest.withStartTime(String startTime)
The start of the time-window which will be harvested
|
Copyright © 2025. All rights reserved.