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() |
|