@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbstractAWSComputeOptimizer extends Object implements AWSComputeOptimizer
AWSComputeOptimizer. Convenient method forms pass through to the corresponding
overload that takes a request object, which throws an UnsupportedOperationException.ENDPOINT_PREFIXpublic DescribeRecommendationExportJobsResult describeRecommendationExportJobs(DescribeRecommendationExportJobsRequest request)
AWSComputeOptimizerDescribes recommendation export jobs created in the last seven days.
Use the ExportAutoScalingGroupRecommendations or ExportEC2InstanceRecommendations
actions to request an export of your recommendations. Then use the DescribeRecommendationExportJobs
action to view your export jobs.
describeRecommendationExportJobs in interface AWSComputeOptimizerpublic ExportAutoScalingGroupRecommendationsResult exportAutoScalingGroupRecommendations(ExportAutoScalingGroupRecommendationsRequest request)
AWSComputeOptimizerExports optimization recommendations for Auto Scaling groups.
Recommendations are exported in a comma-separated values (.csv) file, and its metadata in a JavaScript Object Notation (.json) file, to an existing Amazon Simple Storage Service (Amazon S3) bucket that you specify. For more information, see Exporting Recommendations in the Compute Optimizer User Guide.
You can have only one Auto Scaling group export job in progress per AWS Region.
exportAutoScalingGroupRecommendations in interface AWSComputeOptimizerpublic ExportEC2InstanceRecommendationsResult exportEC2InstanceRecommendations(ExportEC2InstanceRecommendationsRequest request)
AWSComputeOptimizerExports optimization recommendations for Amazon EC2 instances.
Recommendations are exported in a comma-separated values (.csv) file, and its metadata in a JavaScript Object Notation (.json) file, to an existing Amazon Simple Storage Service (Amazon S3) bucket that you specify. For more information, see Exporting Recommendations in the Compute Optimizer User Guide.
You can have only one Amazon EC2 instance export job in progress per AWS Region.
exportEC2InstanceRecommendations in interface AWSComputeOptimizerpublic GetAutoScalingGroupRecommendationsResult getAutoScalingGroupRecommendations(GetAutoScalingGroupRecommendationsRequest request)
AWSComputeOptimizerReturns Auto Scaling group recommendations.
AWS Compute Optimizer currently generates recommendations for Auto Scaling groups that are configured to run instances of the M, C, R, T, and X instance families. The service does not generate recommendations for Auto Scaling groups that have a scaling policy attached to them, or that do not have the same values for desired, minimum, and maximum capacity. In order for Compute Optimizer to analyze your Auto Scaling groups, they must be of a fixed size. For more information, see the AWS Compute Optimizer User Guide.
getAutoScalingGroupRecommendations in interface AWSComputeOptimizerpublic GetEC2InstanceRecommendationsResult getEC2InstanceRecommendations(GetEC2InstanceRecommendationsRequest request)
AWSComputeOptimizerReturns Amazon EC2 instance recommendations.
AWS Compute Optimizer currently generates recommendations for Amazon Elastic Compute Cloud (Amazon EC2) and Amazon EC2 Auto Scaling. It generates recommendations for M, C, R, T, and X instance families. For more information, see the AWS Compute Optimizer User Guide.
getEC2InstanceRecommendations in interface AWSComputeOptimizerpublic GetEC2RecommendationProjectedMetricsResult getEC2RecommendationProjectedMetrics(GetEC2RecommendationProjectedMetricsRequest request)
AWSComputeOptimizerReturns the projected utilization metrics of Amazon EC2 instance recommendations.
getEC2RecommendationProjectedMetrics in interface AWSComputeOptimizerpublic GetEnrollmentStatusResult getEnrollmentStatus(GetEnrollmentStatusRequest request)
AWSComputeOptimizerReturns the enrollment (opt in) status of an account to the AWS Compute Optimizer service.
If the account is the master account of an organization, this action also confirms the enrollment status of member accounts within the organization.
getEnrollmentStatus in interface AWSComputeOptimizerpublic GetRecommendationSummariesResult getRecommendationSummaries(GetRecommendationSummariesRequest request)
AWSComputeOptimizerReturns the optimization findings for an account.
For example, it returns the number of Amazon EC2 instances in an account that are under-provisioned, over-provisioned, or optimized. It also returns the number of Auto Scaling groups in an account that are not optimized, or optimized.
getRecommendationSummaries in interface AWSComputeOptimizerpublic UpdateEnrollmentStatusResult updateEnrollmentStatus(UpdateEnrollmentStatusRequest request)
AWSComputeOptimizerUpdates the enrollment (opt in) status of an account to the AWS Compute Optimizer service.
If the account is a master account of an organization, this action can also be used to enroll member accounts within the organization.
updateEnrollmentStatus in interface AWSComputeOptimizerpublic void shutdown()
AWSComputeOptimizershutdown in interface AWSComputeOptimizerpublic ResponseMetadata getCachedResponseMetadata(AmazonWebServiceRequest request)
AWSComputeOptimizerResponse metadata is only cached for a limited period of time, so if you need to access this extra diagnostic information for an executed request, you should use this method to retrieve it as soon as possible after executing a request.
getCachedResponseMetadata in interface AWSComputeOptimizerrequest - The originally executed request.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.