| Package | Description |
|---|---|
| software.amazon.awssdk.services.computeoptimizer.model |
| Modifier and Type | Method and Description |
|---|---|
List<LicenseRecommendationFilter> |
GetLicenseRecommendationsRequest.filters()
An array of objects to specify a filter that returns a more specific list of license recommendations.
|
List<LicenseRecommendationFilter> |
ExportLicenseRecommendationsRequest.filters()
An array of objects to specify a filter that exports a more specific set of license recommendations.
|
| Modifier and Type | Method and Description |
|---|---|
GetLicenseRecommendationsRequest.Builder |
GetLicenseRecommendationsRequest.Builder.filters(LicenseRecommendationFilter... filters)
An array of objects to specify a filter that returns a more specific list of license recommendations.
|
ExportLicenseRecommendationsRequest.Builder |
ExportLicenseRecommendationsRequest.Builder.filters(LicenseRecommendationFilter... filters)
An array of objects to specify a filter that exports a more specific set of license recommendations.
|
| Modifier and Type | Method and Description |
|---|---|
GetLicenseRecommendationsRequest.Builder |
GetLicenseRecommendationsRequest.Builder.filters(Collection<LicenseRecommendationFilter> filters)
An array of objects to specify a filter that returns a more specific list of license recommendations.
|
ExportLicenseRecommendationsRequest.Builder |
ExportLicenseRecommendationsRequest.Builder.filters(Collection<LicenseRecommendationFilter> filters)
An array of objects to specify a filter that exports a more specific set of license recommendations.
|
Copyright © 2023. All rights reserved.