| Package | Description |
|---|---|
| com.amazonaws.services.costexplorer.model |
| Modifier and Type | Method and Description |
|---|---|
TargetInstance |
TargetInstance.clone() |
TargetInstance |
TargetInstance.withCurrencyCode(String currencyCode)
The currency code that AWS used to calculate the costs for this instance.
|
TargetInstance |
TargetInstance.withDefaultTargetInstance(Boolean defaultTargetInstance)
Indicates whether this recommendation is the defaulted AWS recommendation.
|
TargetInstance |
TargetInstance.withEstimatedMonthlyCost(String estimatedMonthlyCost)
Expected cost to operate this instance type on a monthly basis.
|
TargetInstance |
TargetInstance.withEstimatedMonthlySavings(String estimatedMonthlySavings)
Estimated savings resulting from modification, on a monthly basis.
|
TargetInstance |
TargetInstance.withExpectedResourceUtilization(ResourceUtilization expectedResourceUtilization)
Expected utilization metrics for target instance type.
|
TargetInstance |
TargetInstance.withPlatformDifferences(Collection<String> platformDifferences)
Explains the actions you might need to take in order to successfully migrate your workloads from the current
instance type to the recommended instance type.
|
TargetInstance |
TargetInstance.withPlatformDifferences(PlatformDifference... platformDifferences)
Explains the actions you might need to take in order to successfully migrate your workloads from the current
instance type to the recommended instance type.
|
TargetInstance |
TargetInstance.withPlatformDifferences(String... platformDifferences)
Explains the actions you might need to take in order to successfully migrate your workloads from the current
instance type to the recommended instance type.
|
TargetInstance |
TargetInstance.withResourceDetails(ResourceDetails resourceDetails)
Details on the target instance type.
|
| Modifier and Type | Method and Description |
|---|---|
List<TargetInstance> |
ModifyRecommendationDetail.getTargetInstances()
Identifies whether this instance type is the AWS default recommendation.
|
| Modifier and Type | Method and Description |
|---|---|
ModifyRecommendationDetail |
ModifyRecommendationDetail.withTargetInstances(TargetInstance... targetInstances)
Identifies whether this instance type is the AWS default recommendation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ModifyRecommendationDetail.setTargetInstances(Collection<TargetInstance> targetInstances)
Identifies whether this instance type is the AWS default recommendation.
|
ModifyRecommendationDetail |
ModifyRecommendationDetail.withTargetInstances(Collection<TargetInstance> targetInstances)
Identifies whether this instance type is the AWS default recommendation.
|
Copyright © 2021. All rights reserved.