@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_PREFIX
Modifier and Type | Method and Description |
---|---|
GetAutoScalingGroupRecommendationsResult |
getAutoScalingGroupRecommendations(GetAutoScalingGroupRecommendationsRequest request)
Returns Auto Scaling group recommendations.
|
ResponseMetadata |
getCachedResponseMetadata(AmazonWebServiceRequest request)
Returns additional metadata for a previously executed successful request, typically used for debugging issues
where a service isn't acting as expected.
|
GetEC2InstanceRecommendationsResult |
getEC2InstanceRecommendations(GetEC2InstanceRecommendationsRequest request)
Returns Amazon EC2 instance recommendations.
|
GetEC2RecommendationProjectedMetricsResult |
getEC2RecommendationProjectedMetrics(GetEC2RecommendationProjectedMetricsRequest request)
Returns the projected utilization metrics of Amazon EC2 instance recommendations.
|
GetEnrollmentStatusResult |
getEnrollmentStatus(GetEnrollmentStatusRequest request)
Returns the enrollment (opt in) status of an account to the AWS Compute Optimizer service.
|
GetRecommendationSummariesResult |
getRecommendationSummaries(GetRecommendationSummariesRequest request)
Returns the optimization findings for an account.
|
void |
shutdown()
Shuts down this client object, releasing any resources that might be held open.
|
UpdateEnrollmentStatusResult |
updateEnrollmentStatus(UpdateEnrollmentStatusRequest request)
Updates the enrollment (opt in) status of an account to the AWS Compute Optimizer service.
|
public GetAutoScalingGroupRecommendationsResult getAutoScalingGroupRecommendations(GetAutoScalingGroupRecommendationsRequest request)
AWSComputeOptimizer
Returns 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 AWSComputeOptimizer
public GetEC2InstanceRecommendationsResult getEC2InstanceRecommendations(GetEC2InstanceRecommendationsRequest request)
AWSComputeOptimizer
Returns 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 AWSComputeOptimizer
public GetEC2RecommendationProjectedMetricsResult getEC2RecommendationProjectedMetrics(GetEC2RecommendationProjectedMetricsRequest request)
AWSComputeOptimizer
Returns the projected utilization metrics of Amazon EC2 instance recommendations.
getEC2RecommendationProjectedMetrics
in interface AWSComputeOptimizer
public GetEnrollmentStatusResult getEnrollmentStatus(GetEnrollmentStatusRequest request)
AWSComputeOptimizer
Returns 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 operation also confirms the enrollment status of member accounts within the organization.
getEnrollmentStatus
in interface AWSComputeOptimizer
public GetRecommendationSummariesResult getRecommendationSummaries(GetRecommendationSummariesRequest request)
AWSComputeOptimizer
Returns 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 AWSComputeOptimizer
public UpdateEnrollmentStatusResult updateEnrollmentStatus(UpdateEnrollmentStatusRequest request)
AWSComputeOptimizer
Updates 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 operation can also enroll member accounts within the organization.
updateEnrollmentStatus
in interface AWSComputeOptimizer
public void shutdown()
AWSComputeOptimizer
shutdown
in interface AWSComputeOptimizer
public ResponseMetadata getCachedResponseMetadata(AmazonWebServiceRequest request)
AWSComputeOptimizer
Response 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 AWSComputeOptimizer
request
- The originally executed request.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.