| Package | Description |
|---|---|
| com.amazonaws.services.forecast |
Provides APIs for creating and managing Amazon Forecast resources.
|
| com.amazonaws.services.forecast.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateForecastExportJobResult> |
AmazonForecastAsync.createForecastExportJobAsync(CreateForecastExportJobRequest createForecastExportJobRequest,
AsyncHandler<CreateForecastExportJobRequest,CreateForecastExportJobResult> asyncHandler)
Exports a forecast created by the CreateForecast operation to your Amazon Simple Storage Service (Amazon
S3) bucket.
|
Future<CreateForecastExportJobResult> |
AmazonForecastAsyncClient.createForecastExportJobAsync(CreateForecastExportJobRequest request,
AsyncHandler<CreateForecastExportJobRequest,CreateForecastExportJobResult> asyncHandler) |
Future<CreateForecastExportJobResult> |
AbstractAmazonForecastAsync.createForecastExportJobAsync(CreateForecastExportJobRequest request,
AsyncHandler<CreateForecastExportJobRequest,CreateForecastExportJobResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateForecastExportJobRequest |
CreateForecastExportJobRequest.clone() |
CreateForecastExportJobRequest |
CreateForecastExportJobRequest.withDestination(DataDestination destination)
The path to the Amazon S3 bucket where you want to save the forecast and an AWS Identity and Access Management
(IAM) role that Amazon Forecast can assume to access the bucket.
|
CreateForecastExportJobRequest |
CreateForecastExportJobRequest.withForecastArn(String forecastArn)
The Amazon Resource Name (ARN) of the forecast that you want to export.
|
CreateForecastExportJobRequest |
CreateForecastExportJobRequest.withForecastExportJobName(String forecastExportJobName)
The name for the forecast export job.
|
Copyright © 2019. All rights reserved.