| Package | Description |
|---|---|
| com.amazonaws.services.computeoptimizer.model |
| Modifier and Type | Method and Description |
|---|---|
RecommendationExportJob |
RecommendationExportJob.clone() |
RecommendationExportJob |
RecommendationExportJob.withCreationTimestamp(Date creationTimestamp)
The timestamp of when the export job was created.
|
RecommendationExportJob |
RecommendationExportJob.withDestination(ExportDestination destination)
An object that describes the destination of the export file.
|
RecommendationExportJob |
RecommendationExportJob.withFailureReason(String failureReason)
The reason for an export job failure.
|
RecommendationExportJob |
RecommendationExportJob.withJobId(String jobId)
The identification number of the export job.
|
RecommendationExportJob |
RecommendationExportJob.withLastUpdatedTimestamp(Date lastUpdatedTimestamp)
The timestamp of when the export job was last updated.
|
RecommendationExportJob |
RecommendationExportJob.withResourceType(ResourceType resourceType)
The resource type of the exported recommendations.
|
RecommendationExportJob |
RecommendationExportJob.withResourceType(String resourceType)
The resource type of the exported recommendations.
|
RecommendationExportJob |
RecommendationExportJob.withStatus(JobStatus status)
The status of the export job.
|
RecommendationExportJob |
RecommendationExportJob.withStatus(String status)
The status of the export job.
|
| Modifier and Type | Method and Description |
|---|---|
List<RecommendationExportJob> |
DescribeRecommendationExportJobsResult.getRecommendationExportJobs()
An array of objects that describe recommendation export jobs.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeRecommendationExportJobsResult |
DescribeRecommendationExportJobsResult.withRecommendationExportJobs(RecommendationExportJob... recommendationExportJobs)
An array of objects that describe recommendation export jobs.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeRecommendationExportJobsResult.setRecommendationExportJobs(Collection<RecommendationExportJob> recommendationExportJobs)
An array of objects that describe recommendation export jobs.
|
DescribeRecommendationExportJobsResult |
DescribeRecommendationExportJobsResult.withRecommendationExportJobs(Collection<RecommendationExportJob> recommendationExportJobs)
An array of objects that describe recommendation export jobs.
|
Copyright © 2022. All rights reserved.