| 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 |
|---|---|
Future<GetLicenseRecommendationsResult> |
AWSComputeOptimizerAsyncClient.getLicenseRecommendationsAsync(GetLicenseRecommendationsRequest request,
AsyncHandler<GetLicenseRecommendationsRequest,GetLicenseRecommendationsResult> asyncHandler) |
Future<GetLicenseRecommendationsResult> |
AWSComputeOptimizerAsync.getLicenseRecommendationsAsync(GetLicenseRecommendationsRequest getLicenseRecommendationsRequest,
AsyncHandler<GetLicenseRecommendationsRequest,GetLicenseRecommendationsResult> asyncHandler)
Returns license recommendations for Amazon EC2 instances that run on a specific license.
|
Future<GetLicenseRecommendationsResult> |
AbstractAWSComputeOptimizerAsync.getLicenseRecommendationsAsync(GetLicenseRecommendationsRequest request,
AsyncHandler<GetLicenseRecommendationsRequest,GetLicenseRecommendationsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetLicenseRecommendationsRequest |
GetLicenseRecommendationsRequest.clone() |
GetLicenseRecommendationsRequest |
GetLicenseRecommendationsRequest.withAccountIds(Collection<String> accountIds)
The ID of the Amazon Web Services account for which to return license recommendations.
|
GetLicenseRecommendationsRequest |
GetLicenseRecommendationsRequest.withAccountIds(String... accountIds)
The ID of the Amazon Web Services account for which to return license recommendations.
|
GetLicenseRecommendationsRequest |
GetLicenseRecommendationsRequest.withFilters(Collection<LicenseRecommendationFilter> filters)
An array of objects to specify a filter that returns a more specific list of license recommendations.
|
GetLicenseRecommendationsRequest |
GetLicenseRecommendationsRequest.withFilters(LicenseRecommendationFilter... filters)
An array of objects to specify a filter that returns a more specific list of license recommendations.
|
GetLicenseRecommendationsRequest |
GetLicenseRecommendationsRequest.withMaxResults(Integer maxResults)
The maximum number of license recommendations to return with a single request.
|
GetLicenseRecommendationsRequest |
GetLicenseRecommendationsRequest.withNextToken(String nextToken)
The token to advance to the next page of license recommendations.
|
GetLicenseRecommendationsRequest |
GetLicenseRecommendationsRequest.withResourceArns(Collection<String> resourceArns)
The ARN that identifies the Amazon EC2 instance.
|
GetLicenseRecommendationsRequest |
GetLicenseRecommendationsRequest.withResourceArns(String... resourceArns)
The ARN that identifies the Amazon EC2 instance.
|
Copyright © 2024. All rights reserved.