| Package | Description |
|---|---|
| com.amazonaws.services.computeoptimizer.model |
| Modifier and Type | Method and Description |
|---|---|
LicenseRecommendationFilter |
LicenseRecommendationFilter.clone() |
LicenseRecommendationFilter |
LicenseRecommendationFilter.withName(LicenseRecommendationFilterName name)
The name of the filter.
|
LicenseRecommendationFilter |
LicenseRecommendationFilter.withName(String name)
The name of the filter.
|
LicenseRecommendationFilter |
LicenseRecommendationFilter.withValues(Collection<String> values)
The value of the filter.
|
LicenseRecommendationFilter |
LicenseRecommendationFilter.withValues(String... values)
The value of the filter.
|
| Modifier and Type | Method and Description |
|---|---|
List<LicenseRecommendationFilter> |
ExportLicenseRecommendationsRequest.getFilters()
An array of objects to specify a filter that exports a more specific set of license recommendations.
|
List<LicenseRecommendationFilter> |
GetLicenseRecommendationsRequest.getFilters()
An array of objects to specify a filter that returns a more specific list of license recommendations.
|
| Modifier and Type | Method and Description |
|---|---|
ExportLicenseRecommendationsRequest |
ExportLicenseRecommendationsRequest.withFilters(LicenseRecommendationFilter... filters)
An array of objects to specify a filter that exports a more specific set of license recommendations.
|
GetLicenseRecommendationsRequest |
GetLicenseRecommendationsRequest.withFilters(LicenseRecommendationFilter... filters)
An array of objects to specify a filter that returns a more specific list of license recommendations.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExportLicenseRecommendationsRequest.setFilters(Collection<LicenseRecommendationFilter> filters)
An array of objects to specify a filter that exports a more specific set of license recommendations.
|
void |
GetLicenseRecommendationsRequest.setFilters(Collection<LicenseRecommendationFilter> filters)
An array of objects to specify a filter that returns a more specific list of license recommendations.
|
ExportLicenseRecommendationsRequest |
ExportLicenseRecommendationsRequest.withFilters(Collection<LicenseRecommendationFilter> filters)
An array of objects to specify a filter that exports a more specific set of license recommendations.
|
GetLicenseRecommendationsRequest |
GetLicenseRecommendationsRequest.withFilters(Collection<LicenseRecommendationFilter> filters)
An array of objects to specify a filter that returns a more specific list of license recommendations.
|
Copyright © 2023. All rights reserved.