| Package | Description |
|---|---|
| com.amazonaws.services.computeoptimizer |
Compute Optimizer is a service that analyzes the configuration and utilization metrics of your Amazon Web Services
compute resources, such as Amazon EC2 instances, Amazon EC2 Auto Scaling groups, Lambda functions, Amazon EBS
volumes, and Amazon ECS services on Fargate.
|
| com.amazonaws.services.computeoptimizer.model |
| Modifier and Type | Method and Description |
|---|---|
GetEBSVolumeRecommendationsRequest |
GetEBSVolumeRecommendationsRequest.clone() |
GetEBSVolumeRecommendationsRequest |
GetEBSVolumeRecommendationsRequest.withAccountIds(Collection<String> accountIds)
The ID of the Amazon Web Services account for which to return volume recommendations.
|
GetEBSVolumeRecommendationsRequest |
GetEBSVolumeRecommendationsRequest.withAccountIds(String... accountIds)
The ID of the Amazon Web Services account for which to return volume recommendations.
|
GetEBSVolumeRecommendationsRequest |
GetEBSVolumeRecommendationsRequest.withFilters(Collection<EBSFilter> filters)
An array of objects to specify a filter that returns a more specific list of volume recommendations.
|
GetEBSVolumeRecommendationsRequest |
GetEBSVolumeRecommendationsRequest.withFilters(EBSFilter... filters)
An array of objects to specify 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 © 2024. All rights reserved.