| Package | Description |
|---|---|
| com.amazonaws.services.trustedadvisor.model |
| Modifier and Type | Method and Description |
|---|---|
CheckSummary |
CheckSummary.addMetadataEntry(String key,
String value)
Add a single Metadata entry
|
CheckSummary |
CheckSummary.clearMetadataEntries()
Removes all the entries added into Metadata.
|
CheckSummary |
CheckSummary.clone() |
CheckSummary |
CheckSummary.withArn(String arn)
The ARN of the AWS Trusted Advisor Check
|
CheckSummary |
CheckSummary.withAwsServices(Collection<String> awsServices)
The AWS Services that the Check applies to
|
CheckSummary |
CheckSummary.withAwsServices(String... awsServices)
The AWS Services that the Check applies to
|
CheckSummary |
CheckSummary.withDescription(String description)
A description of what the AWS Trusted Advisor Check is monitoring
|
CheckSummary |
CheckSummary.withId(String id)
The unique identifier of the AWS Trusted Advisor Check
|
CheckSummary |
CheckSummary.withMetadata(Map<String,String> metadata)
The column headings for the metadata returned in the resource
|
CheckSummary |
CheckSummary.withName(String name)
The name of the AWS Trusted Advisor Check
|
CheckSummary |
CheckSummary.withPillars(Collection<String> pillars)
The Recommendation pillars that the AWS Trusted Advisor Check falls under
|
CheckSummary |
CheckSummary.withPillars(RecommendationPillar... pillars)
The Recommendation pillars that the AWS Trusted Advisor Check falls under
|
CheckSummary |
CheckSummary.withPillars(String... pillars)
The Recommendation pillars that the AWS Trusted Advisor Check falls under
|
CheckSummary |
CheckSummary.withSource(RecommendationSource source)
The source of the Recommendation
|
CheckSummary |
CheckSummary.withSource(String source)
The source of the Recommendation
|
| Modifier and Type | Method and Description |
|---|---|
List<CheckSummary> |
ListChecksResult.getCheckSummaries()
The list of Checks
|
| Modifier and Type | Method and Description |
|---|---|
ListChecksResult |
ListChecksResult.withCheckSummaries(CheckSummary... checkSummaries)
The list of Checks
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListChecksResult.setCheckSummaries(Collection<CheckSummary> checkSummaries)
The list of Checks
|
ListChecksResult |
ListChecksResult.withCheckSummaries(Collection<CheckSummary> checkSummaries)
The list of Checks
|
Copyright © 2024. All rights reserved.