| Package | Description |
|---|---|
| com.amazonaws.services.computeoptimizer |
AWS Compute Optimizer is a service that analyzes the configuration and utilization metrics of your AWS compute
resources, such as EC2 instances, Auto Scaling groups, AWS Lambda functions, and Amazon EBS volumes.
|
| com.amazonaws.services.computeoptimizer.model |
| Modifier and Type | Method and Description |
|---|---|
GetEBSVolumeRecommendationsRequest |
GetEBSVolumeRecommendationsRequest.clone() |
GetEBSVolumeRecommendationsRequest |
GetEBSVolumeRecommendationsRequest.withAccountIds(Collection<String> accountIds)
The ID of the AWS account for which to return volume recommendations.
|
GetEBSVolumeRecommendationsRequest |
GetEBSVolumeRecommendationsRequest.withAccountIds(String... accountIds)
The ID of the AWS account for which to return volume recommendations.
|
GetEBSVolumeRecommendationsRequest |
GetEBSVolumeRecommendationsRequest.withFilters(Collection<EBSFilter> filters)
An array of objects that describe a filter that returns a more specific list of volume recommendations.
|
GetEBSVolumeRecommendationsRequest |
GetEBSVolumeRecommendationsRequest.withFilters(EBSFilter... filters)
An array of objects that describe a filter that returns a more specific list of volume recommendations.
|
GetEBSVolumeRecommendationsRequest |
GetEBSVolumeRecommendationsRequest.withMaxResults(Integer maxResults)
The maximum number of volume recommendations to return with a single request.
|
GetEBSVolumeRecommendationsRequest |
GetEBSVolumeRecommendationsRequest.withNextToken(String nextToken)
The token to advance to the next page of volume recommendations.
|
GetEBSVolumeRecommendationsRequest |
GetEBSVolumeRecommendationsRequest.withVolumeArns(Collection<String> volumeArns)
The Amazon Resource Name (ARN) of the volumes for which to return recommendations.
|
GetEBSVolumeRecommendationsRequest |
GetEBSVolumeRecommendationsRequest.withVolumeArns(String... volumeArns)
The Amazon Resource Name (ARN) of the volumes for which to return recommendations.
|
Copyright © 2021. All rights reserved.