| Package | Description |
|---|---|
| software.amazon.awssdk.services.computeoptimizer.model |
| Modifier and Type | Method and Description |
|---|---|
static GetLicenseRecommendationsResponse.Builder |
GetLicenseRecommendationsResponse.builder() |
GetLicenseRecommendationsResponse.Builder |
GetLicenseRecommendationsResponse.Builder.errors(Collection<GetRecommendationError> errors)
An array of objects that describe errors of the request.
|
GetLicenseRecommendationsResponse.Builder |
GetLicenseRecommendationsResponse.Builder.errors(Consumer<GetRecommendationError.Builder>... errors)
An array of objects that describe errors of the request.
|
GetLicenseRecommendationsResponse.Builder |
GetLicenseRecommendationsResponse.Builder.errors(GetRecommendationError... errors)
An array of objects that describe errors of the request.
|
GetLicenseRecommendationsResponse.Builder |
GetLicenseRecommendationsResponse.Builder.licenseRecommendations(Collection<LicenseRecommendation> licenseRecommendations)
An array of objects that describe license recommendations.
|
GetLicenseRecommendationsResponse.Builder |
GetLicenseRecommendationsResponse.Builder.licenseRecommendations(Consumer<LicenseRecommendation.Builder>... licenseRecommendations)
An array of objects that describe license recommendations.
|
GetLicenseRecommendationsResponse.Builder |
GetLicenseRecommendationsResponse.Builder.licenseRecommendations(LicenseRecommendation... licenseRecommendations)
An array of objects that describe license recommendations.
|
GetLicenseRecommendationsResponse.Builder |
GetLicenseRecommendationsResponse.Builder.nextToken(String nextToken)
The token to use to advance to the next page of license recommendations.
|
GetLicenseRecommendationsResponse.Builder |
GetLicenseRecommendationsResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetLicenseRecommendationsResponse.Builder> |
GetLicenseRecommendationsResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.