| Package | Description |
|---|---|
| com.amazonaws.services.computeoptimizer.model |
| Modifier and Type | Method and Description |
|---|---|
ECSServiceRecommendation |
ECSServiceRecommendation.clone() |
ECSServiceRecommendation |
ECSServiceRecommendation.withAccountId(String accountId)
The Amazon Web Services account ID of the Amazon ECS service.
|
ECSServiceRecommendation |
ECSServiceRecommendation.withCurrentPerformanceRisk(CurrentPerformanceRisk currentPerformanceRisk)
The risk of the current Amazon ECS service not meeting the performance needs of its workloads.
|
ECSServiceRecommendation |
ECSServiceRecommendation.withCurrentPerformanceRisk(String currentPerformanceRisk)
The risk of the current Amazon ECS service not meeting the performance needs of its workloads.
|
ECSServiceRecommendation |
ECSServiceRecommendation.withCurrentServiceConfiguration(ServiceConfiguration currentServiceConfiguration)
The configuration of the current Amazon ECS service.
|
ECSServiceRecommendation |
ECSServiceRecommendation.withFinding(ECSServiceRecommendationFinding finding)
The finding classification of an Amazon ECS service.
|
ECSServiceRecommendation |
ECSServiceRecommendation.withFinding(String finding)
The finding classification of an Amazon ECS service.
|
ECSServiceRecommendation |
ECSServiceRecommendation.withFindingReasonCodes(Collection<String> findingReasonCodes)
The reason for the finding classification of an Amazon ECS service.
|
ECSServiceRecommendation |
ECSServiceRecommendation.withFindingReasonCodes(ECSServiceRecommendationFindingReasonCode... findingReasonCodes)
The reason for the finding classification of an Amazon ECS service.
|
ECSServiceRecommendation |
ECSServiceRecommendation.withFindingReasonCodes(String... findingReasonCodes)
The reason for the finding classification of an Amazon ECS service.
|
ECSServiceRecommendation |
ECSServiceRecommendation.withLastRefreshTimestamp(Date lastRefreshTimestamp)
The timestamp of when the Amazon ECS service recommendation was last generated.
|
ECSServiceRecommendation |
ECSServiceRecommendation.withLaunchType(ECSServiceLaunchType launchType)
The launch type the Amazon ECS service is using.
|
ECSServiceRecommendation |
ECSServiceRecommendation.withLaunchType(String launchType)
The launch type the Amazon ECS service is using.
|
ECSServiceRecommendation |
ECSServiceRecommendation.withLookbackPeriodInDays(Double lookbackPeriodInDays)
The number of days the Amazon ECS service utilization metrics were analyzed.
|
ECSServiceRecommendation |
ECSServiceRecommendation.withServiceArn(String serviceArn)
The Amazon Resource Name (ARN) of the current Amazon ECS service.
|
ECSServiceRecommendation |
ECSServiceRecommendation.withServiceRecommendationOptions(Collection<ECSServiceRecommendationOption> serviceRecommendationOptions)
An array of objects that describe the recommendation options for the Amazon ECS service.
|
ECSServiceRecommendation |
ECSServiceRecommendation.withServiceRecommendationOptions(ECSServiceRecommendationOption... serviceRecommendationOptions)
An array of objects that describe the recommendation options for the Amazon ECS service.
|
ECSServiceRecommendation |
ECSServiceRecommendation.withTags(Collection<Tag> tags)
A list of tags assigned to your Amazon ECS service recommendations.
|
ECSServiceRecommendation |
ECSServiceRecommendation.withTags(Tag... tags)
A list of tags assigned to your Amazon ECS service recommendations.
|
ECSServiceRecommendation |
ECSServiceRecommendation.withUtilizationMetrics(Collection<ECSServiceUtilizationMetric> utilizationMetrics)
An array of objects that describe the utilization metrics of the Amazon ECS service.
|
ECSServiceRecommendation |
ECSServiceRecommendation.withUtilizationMetrics(ECSServiceUtilizationMetric... utilizationMetrics)
An array of objects that describe the utilization metrics of the Amazon ECS service.
|
| Modifier and Type | Method and Description |
|---|---|
List<ECSServiceRecommendation> |
GetECSServiceRecommendationsResult.getEcsServiceRecommendations()
An array of objects that describe the Amazon ECS service recommendations.
|
| Modifier and Type | Method and Description |
|---|---|
GetECSServiceRecommendationsResult |
GetECSServiceRecommendationsResult.withEcsServiceRecommendations(ECSServiceRecommendation... ecsServiceRecommendations)
An array of objects that describe the Amazon ECS service recommendations.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetECSServiceRecommendationsResult.setEcsServiceRecommendations(Collection<ECSServiceRecommendation> ecsServiceRecommendations)
An array of objects that describe the Amazon ECS service recommendations.
|
GetECSServiceRecommendationsResult |
GetECSServiceRecommendationsResult.withEcsServiceRecommendations(Collection<ECSServiceRecommendation> ecsServiceRecommendations)
An array of objects that describe the Amazon ECS service recommendations.
|
Copyright © 2023. All rights reserved.