| Package | Description |
|---|---|
| com.amazonaws.services.computeoptimizer.model |
| Modifier and Type | Method and Description |
|---|---|
EBSFilter |
EBSFilter.clone() |
EBSFilter |
EBSFilter.withName(EBSFilterName name)
The name of the filter.
|
EBSFilter |
EBSFilter.withName(String name)
The name of the filter.
|
EBSFilter |
EBSFilter.withValues(Collection<String> values)
The value of the filter.
|
EBSFilter |
EBSFilter.withValues(String... values)
The value of the filter.
|
| Modifier and Type | Method and Description |
|---|---|
List<EBSFilter> |
GetEBSVolumeRecommendationsRequest.getFilters()
An array of objects to specify a filter that returns a more specific list of volume recommendations.
|
List<EBSFilter> |
ExportEBSVolumeRecommendationsRequest.getFilters()
An array of objects to specify a filter that exports a more specific set of Amazon EBS volume recommendations.
|
| Modifier and Type | Method and Description |
|---|---|
GetEBSVolumeRecommendationsRequest |
GetEBSVolumeRecommendationsRequest.withFilters(EBSFilter... filters)
An array of objects to specify a filter that returns a more specific list of volume recommendations.
|
ExportEBSVolumeRecommendationsRequest |
ExportEBSVolumeRecommendationsRequest.withFilters(EBSFilter... filters)
An array of objects to specify a filter that exports a more specific set of Amazon EBS volume recommendations.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetEBSVolumeRecommendationsRequest.setFilters(Collection<EBSFilter> filters)
An array of objects to specify a filter that returns a more specific list of volume recommendations.
|
void |
ExportEBSVolumeRecommendationsRequest.setFilters(Collection<EBSFilter> filters)
An array of objects to specify a filter that exports a more specific set of Amazon EBS volume recommendations.
|
GetEBSVolumeRecommendationsRequest |
GetEBSVolumeRecommendationsRequest.withFilters(Collection<EBSFilter> filters)
An array of objects to specify a filter that returns a more specific list of volume recommendations.
|
ExportEBSVolumeRecommendationsRequest |
ExportEBSVolumeRecommendationsRequest.withFilters(Collection<EBSFilter> filters)
An array of objects to specify a filter that exports a more specific set of Amazon EBS volume recommendations.
|
Copyright © 2024. All rights reserved.