| Package | Description |
|---|---|
| com.amazonaws.services.computeoptimizer.model |
| Modifier and Type | Method and Description |
|---|---|
Filter |
Filter.clone() |
Filter |
Filter.withName(FilterName name)
The name of the filter.
|
Filter |
Filter.withName(String name)
The name of the filter.
|
Filter |
Filter.withValues(Collection<String> values)
The value of the filter.
|
Filter |
Filter.withValues(String... values)
The value of the filter.
|
| Modifier and Type | Method and Description |
|---|---|
List<Filter> |
ExportEC2InstanceRecommendationsRequest.getFilters()
An array of objects that describe a filter to export a more specific set of instance recommendations.
|
List<Filter> |
ExportAutoScalingGroupRecommendationsRequest.getFilters()
An array of objects that describe a filter to export a more specific set of Auto Scaling group recommendations.
|
List<Filter> |
GetEC2InstanceRecommendationsRequest.getFilters()
An array of objects that describe a filter that returns a more specific list of instance recommendations.
|
List<Filter> |
GetAutoScalingGroupRecommendationsRequest.getFilters()
An array of objects that describe a filter that returns a more specific list of Auto Scaling group
recommendations.
|
| Modifier and Type | Method and Description |
|---|---|
ExportEC2InstanceRecommendationsRequest |
ExportEC2InstanceRecommendationsRequest.withFilters(Filter... filters)
An array of objects that describe a filter to export a more specific set of instance recommendations.
|
ExportAutoScalingGroupRecommendationsRequest |
ExportAutoScalingGroupRecommendationsRequest.withFilters(Filter... filters)
An array of objects that describe a filter to export a more specific set of Auto Scaling group recommendations.
|
GetEC2InstanceRecommendationsRequest |
GetEC2InstanceRecommendationsRequest.withFilters(Filter... filters)
An array of objects that describe a filter that returns a more specific list of instance recommendations.
|
GetAutoScalingGroupRecommendationsRequest |
GetAutoScalingGroupRecommendationsRequest.withFilters(Filter... filters)
An array of objects that describe a filter that returns a more specific list of Auto Scaling group
recommendations.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExportEC2InstanceRecommendationsRequest.setFilters(Collection<Filter> filters)
An array of objects that describe a filter to export a more specific set of instance recommendations.
|
void |
ExportAutoScalingGroupRecommendationsRequest.setFilters(Collection<Filter> filters)
An array of objects that describe a filter to export a more specific set of Auto Scaling group recommendations.
|
void |
GetEC2InstanceRecommendationsRequest.setFilters(Collection<Filter> filters)
An array of objects that describe a filter that returns a more specific list of instance recommendations.
|
void |
GetAutoScalingGroupRecommendationsRequest.setFilters(Collection<Filter> filters)
An array of objects that describe a filter that returns a more specific list of Auto Scaling group
recommendations.
|
ExportEC2InstanceRecommendationsRequest |
ExportEC2InstanceRecommendationsRequest.withFilters(Collection<Filter> filters)
An array of objects that describe a filter to export a more specific set of instance recommendations.
|
ExportAutoScalingGroupRecommendationsRequest |
ExportAutoScalingGroupRecommendationsRequest.withFilters(Collection<Filter> filters)
An array of objects that describe a filter to export a more specific set of Auto Scaling group recommendations.
|
GetEC2InstanceRecommendationsRequest |
GetEC2InstanceRecommendationsRequest.withFilters(Collection<Filter> filters)
An array of objects that describe a filter that returns a more specific list of instance recommendations.
|
GetAutoScalingGroupRecommendationsRequest |
GetAutoScalingGroupRecommendationsRequest.withFilters(Collection<Filter> filters)
An array of objects that describe a filter that returns a more specific list of Auto Scaling group
recommendations.
|
Copyright © 2021. All rights reserved.