| Package | Description |
|---|---|
| software.amazon.awssdk.services.devopsguru.model | |
| software.amazon.awssdk.services.devopsguru.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<Recommendation> |
ListRecommendationsResponse.recommendations()
An array of the requested recommendations.
|
| Modifier and Type | Method and Description |
|---|---|
ListRecommendationsResponse.Builder |
ListRecommendationsResponse.Builder.recommendations(Recommendation... recommendations)
An array of the requested recommendations.
|
| Modifier and Type | Method and Description |
|---|---|
ListRecommendationsResponse.Builder |
ListRecommendationsResponse.Builder.recommendations(Collection<Recommendation> recommendations)
An array of the requested recommendations.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<Recommendation> |
ListRecommendationsPublisher.recommendations()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<Recommendation> |
ListRecommendationsIterable.recommendations()
Returns an iterable to iterate through the paginated
ListRecommendationsResponse.recommendations()
member. |
Copyright © 2023. All rights reserved.