| 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, and Amazon EBS
volumes.
|
| com.amazonaws.services.computeoptimizer.model |
| Modifier and Type | Method and Description |
|---|---|
DescribeRecommendationExportJobsRequest |
DescribeRecommendationExportJobsRequest.clone() |
DescribeRecommendationExportJobsRequest |
DescribeRecommendationExportJobsRequest.withFilters(Collection<JobFilter> filters)
An array of objects to specify a filter that returns a more specific list of export jobs.
|
DescribeRecommendationExportJobsRequest |
DescribeRecommendationExportJobsRequest.withFilters(JobFilter... filters)
An array of objects to specify a filter that returns a more specific list of export jobs.
|
DescribeRecommendationExportJobsRequest |
DescribeRecommendationExportJobsRequest.withJobIds(Collection<String> jobIds)
The identification numbers of the export jobs to return.
|
DescribeRecommendationExportJobsRequest |
DescribeRecommendationExportJobsRequest.withJobIds(String... jobIds)
The identification numbers of the export jobs to return.
|
DescribeRecommendationExportJobsRequest |
DescribeRecommendationExportJobsRequest.withMaxResults(Integer maxResults)
The maximum number of export jobs to return with a single request.
|
DescribeRecommendationExportJobsRequest |
DescribeRecommendationExportJobsRequest.withNextToken(String nextToken)
The token to advance to the next page of export jobs.
|
Copyright © 2022. All rights reserved.