| Package | Description |
|---|---|
| software.amazon.awssdk.services.computeoptimizer.model |
| Modifier and Type | Method and Description |
|---|---|
List<Filter> |
ExportEc2InstanceRecommendationsRequest.filters()
An array of objects to specify a filter that exports a more specific set of instance recommendations.
|
List<Filter> |
GetEc2InstanceRecommendationsRequest.filters()
An array of objects to specify a filter that returns a more specific list of instance recommendations.
|
List<Filter> |
GetAutoScalingGroupRecommendationsRequest.filters()
An array of objects to specify a filter that returns a more specific list of Auto Scaling group recommendations.
|
List<Filter> |
ExportAutoScalingGroupRecommendationsRequest.filters()
An array of objects to specify a filter that exports a more specific set of Auto Scaling group recommendations.
|
| Modifier and Type | Method and Description |
|---|---|
ExportEc2InstanceRecommendationsRequest.Builder |
ExportEc2InstanceRecommendationsRequest.Builder.filters(Filter... filters)
An array of objects to specify a filter that exports a more specific set of instance recommendations.
|
GetEc2InstanceRecommendationsRequest.Builder |
GetEc2InstanceRecommendationsRequest.Builder.filters(Filter... filters)
An array of objects to specify a filter that returns a more specific list of instance recommendations.
|
GetAutoScalingGroupRecommendationsRequest.Builder |
GetAutoScalingGroupRecommendationsRequest.Builder.filters(Filter... filters)
An array of objects to specify a filter that returns a more specific list of Auto Scaling group
recommendations.
|
ExportAutoScalingGroupRecommendationsRequest.Builder |
ExportAutoScalingGroupRecommendationsRequest.Builder.filters(Filter... filters)
An array of objects to specify a filter that exports a more specific set of Auto Scaling group
recommendations.
|
| Modifier and Type | Method and Description |
|---|---|
ExportEc2InstanceRecommendationsRequest.Builder |
ExportEc2InstanceRecommendationsRequest.Builder.filters(Collection<Filter> filters)
An array of objects to specify a filter that exports a more specific set of instance recommendations.
|
GetEc2InstanceRecommendationsRequest.Builder |
GetEc2InstanceRecommendationsRequest.Builder.filters(Collection<Filter> filters)
An array of objects to specify a filter that returns a more specific list of instance recommendations.
|
GetAutoScalingGroupRecommendationsRequest.Builder |
GetAutoScalingGroupRecommendationsRequest.Builder.filters(Collection<Filter> filters)
An array of objects to specify a filter that returns a more specific list of Auto Scaling group
recommendations.
|
ExportAutoScalingGroupRecommendationsRequest.Builder |
ExportAutoScalingGroupRecommendationsRequest.Builder.filters(Collection<Filter> filters)
An array of objects to specify a filter that exports a more specific set of Auto Scaling group
recommendations.
|
Copyright © 2023. All rights reserved.