| 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) |
Future<ListRecommendationsResult> |
AbstractAmazonRedshiftAsync.listRecommendationsAsync(ListRecommendationsRequest request) |
Future<ListRecommendationsResult> |
AmazonRedshiftAsyncClient.listRecommendationsAsync(ListRecommendationsRequest request) |
Future<ListRecommendationsResult> |
AmazonRedshiftAsync.listRecommendationsAsync(ListRecommendationsRequest listRecommendationsRequest)
List the Amazon Redshift Advisor recommendations for one or multiple Amazon Redshift clusters in an Amazon Web
Services account.
|
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 |
|---|---|
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 |
|---|---|
ListRecommendationsRequest |
ListRecommendationsRequest.clone() |
ListRecommendationsRequest |
ListRecommendationsRequest.withClusterIdentifier(String clusterIdentifier)
The unique identifier of the Amazon Redshift cluster for which the list of Advisor recommendations is returned.
|
ListRecommendationsRequest |
ListRecommendationsRequest.withMarker(String marker)
A value that indicates the starting point for the next set of response records in a subsequent request.
|
ListRecommendationsRequest |
ListRecommendationsRequest.withMaxRecords(Integer maxRecords)
The maximum number of response records to return in each call.
|
ListRecommendationsRequest |
ListRecommendationsRequest.withNamespaceArn(String namespaceArn)
The Amazon Redshift cluster namespace Amazon Resource Name (ARN) for which the list of Advisor recommendations is
returned.
|
Copyright © 2024. All rights reserved.