Package | Description |
---|---|
com.amazonaws.services.support.model | |
com.amazonaws.services.support.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<TrustedAdvisorCheckDescription> |
DescribeTrustedAdvisorChecksResult.checks
Information about all available Trusted Advisor checks.
|
Modifier and Type | Method and Description |
---|---|
TrustedAdvisorCheckDescription |
TrustedAdvisorCheckDescription.clone() |
TrustedAdvisorCheckDescription |
TrustedAdvisorCheckDescription.withCategory(java.lang.String category)
The category of the Trusted Advisor check.
|
TrustedAdvisorCheckDescription |
TrustedAdvisorCheckDescription.withDescription(java.lang.String description)
The description of the Trusted Advisor check, which includes the alert
criteria and recommended actions (contains HTML markup).
|
TrustedAdvisorCheckDescription |
TrustedAdvisorCheckDescription.withId(java.lang.String id)
The unique identifier for the Trusted Advisor check.
|
TrustedAdvisorCheckDescription |
TrustedAdvisorCheckDescription.withMetadata(java.util.Collection<java.lang.String> metadata)
The column headings for the data returned by the Trusted Advisor check.
|
TrustedAdvisorCheckDescription |
TrustedAdvisorCheckDescription.withMetadata(java.lang.String... metadata)
The column headings for the data returned by the Trusted Advisor check.
|
TrustedAdvisorCheckDescription |
TrustedAdvisorCheckDescription.withName(java.lang.String name)
The display name for the Trusted Advisor check.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<TrustedAdvisorCheckDescription> |
DescribeTrustedAdvisorChecksResult.getChecks()
Information about all available Trusted Advisor checks.
|
Modifier and Type | Method and Description |
---|---|
DescribeTrustedAdvisorChecksResult |
DescribeTrustedAdvisorChecksResult.withChecks(TrustedAdvisorCheckDescription... checks)
Information about all available Trusted Advisor checks.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeTrustedAdvisorChecksResult.setChecks(java.util.Collection<TrustedAdvisorCheckDescription> checks)
Information about all available Trusted Advisor checks.
|
DescribeTrustedAdvisorChecksResult |
DescribeTrustedAdvisorChecksResult.withChecks(java.util.Collection<TrustedAdvisorCheckDescription> checks)
Information about all available Trusted Advisor checks.
|
Modifier and Type | Method and Description |
---|---|
TrustedAdvisorCheckDescription |
TrustedAdvisorCheckDescriptionJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
TrustedAdvisorCheckDescriptionJsonMarshaller.marshall(TrustedAdvisorCheckDescription trustedAdvisorCheckDescription,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|