| Package | Description |
|---|---|
| com.amazonaws.services.migrationhubstrategyrecommendations.model |
| Modifier and Type | Method and Description |
|---|---|
RecommendationReportDetails |
RecommendationReportDetails.clone() |
RecommendationReportDetails |
GetRecommendationReportDetailsResult.getRecommendationReportDetails()
Detailed information about the recommendation report.
|
RecommendationReportDetails |
RecommendationReportDetails.withCompletionTime(Date completionTime)
The time that the recommendation report generation task completes.
|
RecommendationReportDetails |
RecommendationReportDetails.withS3Bucket(String s3Bucket)
The S3 bucket where the report file is located.
|
RecommendationReportDetails |
RecommendationReportDetails.withS3Keys(Collection<String> s3Keys)
The Amazon S3 key name of the report file.
|
RecommendationReportDetails |
RecommendationReportDetails.withS3Keys(String... s3Keys)
The Amazon S3 key name of the report file.
|
RecommendationReportDetails |
RecommendationReportDetails.withStartTime(Date startTime)
The time that the recommendation report generation task starts.
|
RecommendationReportDetails |
RecommendationReportDetails.withStatus(RecommendationReportStatus status)
The status of the recommendation report generation task.
|
RecommendationReportDetails |
RecommendationReportDetails.withStatus(String status)
The status of the recommendation report generation task.
|
RecommendationReportDetails |
RecommendationReportDetails.withStatusMessage(String statusMessage)
The status message for recommendation report generation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetRecommendationReportDetailsResult.setRecommendationReportDetails(RecommendationReportDetails recommendationReportDetails)
Detailed information about the recommendation report.
|
GetRecommendationReportDetailsResult |
GetRecommendationReportDetailsResult.withRecommendationReportDetails(RecommendationReportDetails recommendationReportDetails)
Detailed information about the recommendation report.
|
Copyright © 2024. All rights reserved.