| 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 |
|---|---|
ExportEC2InstanceRecommendationsRequest |
ExportEC2InstanceRecommendationsRequest.clone() |
ExportEC2InstanceRecommendationsRequest |
ExportEC2InstanceRecommendationsRequest.withAccountIds(Collection<String> accountIds)
The IDs of the Amazon Web Services accounts for which to export instance recommendations.
|
ExportEC2InstanceRecommendationsRequest |
ExportEC2InstanceRecommendationsRequest.withAccountIds(String... accountIds)
The IDs of the Amazon Web Services accounts for which to export instance recommendations.
|
ExportEC2InstanceRecommendationsRequest |
ExportEC2InstanceRecommendationsRequest.withFieldsToExport(Collection<String> fieldsToExport)
The recommendations data to include in the export file.
|
ExportEC2InstanceRecommendationsRequest |
ExportEC2InstanceRecommendationsRequest.withFieldsToExport(ExportableInstanceField... fieldsToExport)
The recommendations data to include in the export file.
|
ExportEC2InstanceRecommendationsRequest |
ExportEC2InstanceRecommendationsRequest.withFieldsToExport(String... fieldsToExport)
The recommendations data to include in the export file.
|
ExportEC2InstanceRecommendationsRequest |
ExportEC2InstanceRecommendationsRequest.withFileFormat(FileFormat fileFormat)
The format of the export file.
|
ExportEC2InstanceRecommendationsRequest |
ExportEC2InstanceRecommendationsRequest.withFileFormat(String fileFormat)
The format of the export file.
|
ExportEC2InstanceRecommendationsRequest |
ExportEC2InstanceRecommendationsRequest.withFilters(Collection<Filter> filters)
An array of objects to specify a filter that exports a more specific set of instance recommendations.
|
ExportEC2InstanceRecommendationsRequest |
ExportEC2InstanceRecommendationsRequest.withFilters(Filter... filters)
An array of objects to specify a filter that exports a more specific set of instance recommendations.
|
ExportEC2InstanceRecommendationsRequest |
ExportEC2InstanceRecommendationsRequest.withIncludeMemberAccounts(Boolean includeMemberAccounts)
Indicates whether to include recommendations for resources in all member accounts of the organization if your
account is the management account of an organization.
|
ExportEC2InstanceRecommendationsRequest |
ExportEC2InstanceRecommendationsRequest.withRecommendationPreferences(RecommendationPreferences recommendationPreferences)
An object to specify the preferences for the Amazon EC2 instance recommendations to export.
|
ExportEC2InstanceRecommendationsRequest |
ExportEC2InstanceRecommendationsRequest.withS3DestinationConfig(S3DestinationConfig s3DestinationConfig)
An object to specify the destination Amazon Simple Storage Service (Amazon S3) bucket name and key prefix for the
export job.
|
Copyright © 2024. All rights reserved.