| 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 |
|---|---|
GetLicenseRecommendationsResult |
AbstractAWSComputeOptimizer.getLicenseRecommendations(GetLicenseRecommendationsRequest request) |
GetLicenseRecommendationsResult |
AWSComputeOptimizerClient.getLicenseRecommendations(GetLicenseRecommendationsRequest request)
Returns license recommendations for Amazon EC2 instances that run on a specific license.
|
GetLicenseRecommendationsResult |
AWSComputeOptimizer.getLicenseRecommendations(GetLicenseRecommendationsRequest getLicenseRecommendationsRequest)
Returns license recommendations for Amazon EC2 instances that run on a specific license.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetLicenseRecommendationsResult> |
AbstractAWSComputeOptimizerAsync.getLicenseRecommendationsAsync(GetLicenseRecommendationsRequest request,
AsyncHandler<GetLicenseRecommendationsRequest,GetLicenseRecommendationsResult> asyncHandler) |
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.
|
| Modifier and Type | Method and Description |
|---|---|
GetLicenseRecommendationsResult |
GetLicenseRecommendationsResult.clone() |
GetLicenseRecommendationsResult |
GetLicenseRecommendationsResult.withErrors(Collection<GetRecommendationError> errors)
An array of objects that describe errors of the request.
|
GetLicenseRecommendationsResult |
GetLicenseRecommendationsResult.withErrors(GetRecommendationError... errors)
An array of objects that describe errors of the request.
|
GetLicenseRecommendationsResult |
GetLicenseRecommendationsResult.withLicenseRecommendations(Collection<LicenseRecommendation> licenseRecommendations)
An array of objects that describe license recommendations.
|
GetLicenseRecommendationsResult |
GetLicenseRecommendationsResult.withLicenseRecommendations(LicenseRecommendation... licenseRecommendations)
An array of objects that describe license recommendations.
|
GetLicenseRecommendationsResult |
GetLicenseRecommendationsResult.withNextToken(String nextToken)
The token to use to advance to the next page of license recommendations.
|
Copyright © 2023. All rights reserved.