| Package | Description |
|---|---|
| com.amazonaws.services.mediapackage |
AWS Elemental MediaPackage
|
| com.amazonaws.services.mediapackage.model |
| Modifier and Type | Method and Description |
|---|---|
CreateHarvestJobResult |
AWSMediaPackage.createHarvestJob(CreateHarvestJobRequest createHarvestJobRequest)
Creates a new HarvestJob record.
|
CreateHarvestJobResult |
AbstractAWSMediaPackage.createHarvestJob(CreateHarvestJobRequest request) |
CreateHarvestJobResult |
AWSMediaPackageClient.createHarvestJob(CreateHarvestJobRequest request)
Creates a new HarvestJob record.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateHarvestJobResult> |
AWSMediaPackageAsync.createHarvestJobAsync(CreateHarvestJobRequest createHarvestJobRequest,
AsyncHandler<CreateHarvestJobRequest,CreateHarvestJobResult> asyncHandler)
Creates a new HarvestJob record.
|
Future<CreateHarvestJobResult> |
AbstractAWSMediaPackageAsync.createHarvestJobAsync(CreateHarvestJobRequest request,
AsyncHandler<CreateHarvestJobRequest,CreateHarvestJobResult> asyncHandler) |
Future<CreateHarvestJobResult> |
AWSMediaPackageAsyncClient.createHarvestJobAsync(CreateHarvestJobRequest request,
AsyncHandler<CreateHarvestJobRequest,CreateHarvestJobResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateHarvestJobResult |
CreateHarvestJobResult.clone() |
CreateHarvestJobResult |
CreateHarvestJobResult.withArn(String arn)
The Amazon Resource Name (ARN) assigned to the HarvestJob.
|
CreateHarvestJobResult |
CreateHarvestJobResult.withChannelId(String channelId)
The ID of the Channel that the HarvestJob will harvest from.
|
CreateHarvestJobResult |
CreateHarvestJobResult.withCreatedAt(String createdAt)
The time the HarvestJob was submitted
|
CreateHarvestJobResult |
CreateHarvestJobResult.withEndTime(String endTime)
The end of the time-window which will be harvested.
|
CreateHarvestJobResult |
CreateHarvestJobResult.withId(String id)
The ID of the HarvestJob.
|
CreateHarvestJobResult |
CreateHarvestJobResult.withOriginEndpointId(String originEndpointId)
The ID of the OriginEndpoint that the HarvestJob will harvest from.
|
CreateHarvestJobResult |
CreateHarvestJobResult.withS3Destination(S3Destination s3Destination) |
CreateHarvestJobResult |
CreateHarvestJobResult.withStartTime(String startTime)
The start of the time-window which will be harvested.
|
CreateHarvestJobResult |
CreateHarvestJobResult.withStatus(Status status)
The current status of the HarvestJob.
|
CreateHarvestJobResult |
CreateHarvestJobResult.withStatus(String status)
The current status of the HarvestJob.
|
Copyright © 2020. All rights reserved.