| Package | Description |
|---|---|
| com.amazonaws.services.redshift |
|
| com.amazonaws.services.redshift.model |
| Modifier and Type | Method and Description |
|---|---|
ListRecommendationsResult |
AmazonRedshiftClient.listRecommendations(ListRecommendationsRequest request)
List the Amazon Redshift Advisor recommendations for one or multiple Amazon Redshift clusters in an Amazon Web
Services account.
|
ListRecommendationsResult |
AmazonRedshift.listRecommendations(ListRecommendationsRequest listRecommendationsRequest)
List the Amazon Redshift Advisor recommendations for one or multiple Amazon Redshift clusters in an Amazon Web
Services account.
|
ListRecommendationsResult |
AbstractAmazonRedshift.listRecommendations(ListRecommendationsRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<ListRecommendationsResult> |
AbstractAmazonRedshiftAsync.listRecommendationsAsync(ListRecommendationsRequest request,
AsyncHandler<ListRecommendationsRequest,ListRecommendationsResult> asyncHandler) |
Future<ListRecommendationsResult> |
AmazonRedshiftAsyncClient.listRecommendationsAsync(ListRecommendationsRequest request,
AsyncHandler<ListRecommendationsRequest,ListRecommendationsResult> asyncHandler) |
Future<ListRecommendationsResult> |
AmazonRedshiftAsync.listRecommendationsAsync(ListRecommendationsRequest listRecommendationsRequest,
AsyncHandler<ListRecommendationsRequest,ListRecommendationsResult> asyncHandler)
List the Amazon Redshift Advisor recommendations for one or multiple Amazon Redshift clusters in an Amazon Web
Services account.
|
| Modifier and Type | Method and Description |
|---|---|
ListRecommendationsResult |
ListRecommendationsResult.clone() |
ListRecommendationsResult |
ListRecommendationsResult.withMarker(String marker)
A value that indicates the starting point for the next set of response records in a subsequent request.
|
ListRecommendationsResult |
ListRecommendationsResult.withRecommendations(Collection<Recommendation> recommendations)
The Advisor recommendations for action on the Amazon Redshift cluster.
|
ListRecommendationsResult |
ListRecommendationsResult.withRecommendations(Recommendation... recommendations)
The Advisor recommendations for action on the Amazon Redshift cluster.
|
Copyright © 2024. All rights reserved.