Package | Description |
---|---|
com.amazonaws.services.cloudwatch.model |
Modifier and Type | Method and Description |
---|---|
PartialFailure |
PartialFailure.clone() |
PartialFailure |
PartialFailure.withExceptionType(String exceptionType)
The type of error.
|
PartialFailure |
PartialFailure.withFailureCode(String failureCode)
The code of the error.
|
PartialFailure |
PartialFailure.withFailureDescription(String failureDescription)
A description of the error.
|
PartialFailure |
PartialFailure.withFailureResource(String failureResource)
The specified rule that could not be deleted.
|
Modifier and Type | Method and Description |
---|---|
List<PartialFailure> |
EnableInsightRulesResult.getFailures()
An array listing the rules that could not be enabled.
|
List<PartialFailure> |
DisableInsightRulesResult.getFailures()
An array listing the rules that could not be disabled.
|
List<PartialFailure> |
DeleteInsightRulesResult.getFailures()
An array listing the rules that could not be deleted.
|
Modifier and Type | Method and Description |
---|---|
EnableInsightRulesResult |
EnableInsightRulesResult.withFailures(PartialFailure... failures)
An array listing the rules that could not be enabled.
|
DisableInsightRulesResult |
DisableInsightRulesResult.withFailures(PartialFailure... failures)
An array listing the rules that could not be disabled.
|
DeleteInsightRulesResult |
DeleteInsightRulesResult.withFailures(PartialFailure... failures)
An array listing the rules that could not be deleted.
|
Modifier and Type | Method and Description |
---|---|
void |
EnableInsightRulesResult.setFailures(Collection<PartialFailure> failures)
An array listing the rules that could not be enabled.
|
void |
DisableInsightRulesResult.setFailures(Collection<PartialFailure> failures)
An array listing the rules that could not be disabled.
|
void |
DeleteInsightRulesResult.setFailures(Collection<PartialFailure> failures)
An array listing the rules that could not be deleted.
|
EnableInsightRulesResult |
EnableInsightRulesResult.withFailures(Collection<PartialFailure> failures)
An array listing the rules that could not be enabled.
|
DisableInsightRulesResult |
DisableInsightRulesResult.withFailures(Collection<PartialFailure> failures)
An array listing the rules that could not be disabled.
|
DeleteInsightRulesResult |
DeleteInsightRulesResult.withFailures(Collection<PartialFailure> failures)
An array listing the rules that could not be deleted.
|
Copyright © 2020. All rights reserved.