| Package | Description |
|---|---|
| com.amazonaws.services.redshift.model |
| Modifier and Type | Method and Description |
|---|---|
RecommendedAction |
RecommendedAction.clone() |
RecommendedAction |
RecommendedAction.withCommand(String command)
The command to run.
|
RecommendedAction |
RecommendedAction.withDatabase(String database)
The database name to perform the action on.
|
RecommendedAction |
RecommendedAction.withText(String text)
The specific instruction about the command.
|
RecommendedAction |
RecommendedAction.withType(RecommendedActionType type)
The type of command.
|
RecommendedAction |
RecommendedAction.withType(String type)
The type of command.
|
| Modifier and Type | Method and Description |
|---|---|
List<RecommendedAction> |
Recommendation.getRecommendedActions()
List of Amazon Redshift recommended actions.
|
| Modifier and Type | Method and Description |
|---|---|
Recommendation |
Recommendation.withRecommendedActions(RecommendedAction... recommendedActions)
List of Amazon Redshift recommended actions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Recommendation.setRecommendedActions(Collection<RecommendedAction> recommendedActions)
List of Amazon Redshift recommended actions.
|
Recommendation |
Recommendation.withRecommendedActions(Collection<RecommendedAction> recommendedActions)
List of Amazon Redshift recommended actions.
|
Copyright © 2024. All rights reserved.