| Package | Description |
|---|---|
| com.amazonaws.services.rds.model |
| Modifier and Type | Method and Description |
|---|---|
RecommendedAction |
RecommendedAction.clone() |
RecommendedAction |
RecommendedAction.withActionId(String actionId)
The unique identifier of the recommended action.
|
RecommendedAction |
RecommendedAction.withApplyModes(Collection<String> applyModes)
The methods to apply the recommended action.
|
RecommendedAction |
RecommendedAction.withApplyModes(String... applyModes)
The methods to apply the recommended action.
|
RecommendedAction |
RecommendedAction.withContextAttributes(Collection<ContextAttribute> contextAttributes)
The supporting attributes to explain the recommended action.
|
RecommendedAction |
RecommendedAction.withContextAttributes(ContextAttribute... contextAttributes)
The supporting attributes to explain the recommended action.
|
RecommendedAction |
RecommendedAction.withDescription(String description)
A detailed description of the action.
|
RecommendedAction |
RecommendedAction.withIssueDetails(IssueDetails issueDetails)
The details of the issue.
|
RecommendedAction |
RecommendedAction.withOperation(String operation)
An API operation for the action.
|
RecommendedAction |
RecommendedAction.withParameters(Collection<RecommendedActionParameter> parameters)
The parameters for the API operation.
|
RecommendedAction |
RecommendedAction.withParameters(RecommendedActionParameter... parameters)
The parameters for the API operation.
|
RecommendedAction |
RecommendedAction.withStatus(String status)
The status of the action.
|
RecommendedAction |
RecommendedAction.withTitle(String title)
A short description to summarize the action.
|
| Modifier and Type | Method and Description |
|---|---|
List<RecommendedAction> |
DBRecommendation.getRecommendedActions()
A list of recommended actions.
|
| Modifier and Type | Method and Description |
|---|---|
DBRecommendation |
DBRecommendation.withRecommendedActions(RecommendedAction... recommendedActions)
A list of recommended actions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DBRecommendation.setRecommendedActions(Collection<RecommendedAction> recommendedActions)
A list of recommended actions.
|
DBRecommendation |
DBRecommendation.withRecommendedActions(Collection<RecommendedAction> recommendedActions)
A list of recommended actions.
|
Copyright © 2024. All rights reserved.