Package | Description |
---|---|
com.amazonaws.services.support |
Synchronous and asynchronous client classes for accessing AWSSupport.
|
com.amazonaws.services.support.model |
Classes modeling the various types represented by AWSSupport.
|
Modifier and Type | Method and Description |
---|---|
DescribeTrustedAdvisorCheckSummariesResult |
AWSSupport.describeTrustedAdvisorCheckSummaries(DescribeTrustedAdvisorCheckSummariesRequest describeTrustedAdvisorCheckSummariesRequest)
Returns the summaries of the results of the Trusted Advisor checks
that have the specified check IDs.
|
DescribeTrustedAdvisorCheckSummariesResult |
AWSSupportClient.describeTrustedAdvisorCheckSummaries(DescribeTrustedAdvisorCheckSummariesRequest describeTrustedAdvisorCheckSummariesRequest)
Returns the summaries of the results of the Trusted Advisor checks
that have the specified check IDs.
|
Future<DescribeTrustedAdvisorCheckSummariesResult> |
AWSSupportAsync.describeTrustedAdvisorCheckSummariesAsync(DescribeTrustedAdvisorCheckSummariesRequest describeTrustedAdvisorCheckSummariesRequest)
Returns the summaries of the results of the Trusted Advisor checks
that have the specified check IDs.
|
Future<DescribeTrustedAdvisorCheckSummariesResult> |
AWSSupportAsyncClient.describeTrustedAdvisorCheckSummariesAsync(DescribeTrustedAdvisorCheckSummariesRequest describeTrustedAdvisorCheckSummariesRequest)
Returns the summaries of the results of the Trusted Advisor checks
that have the specified check IDs.
|
Future<DescribeTrustedAdvisorCheckSummariesResult> |
AWSSupportAsync.describeTrustedAdvisorCheckSummariesAsync(DescribeTrustedAdvisorCheckSummariesRequest describeTrustedAdvisorCheckSummariesRequest,
AsyncHandler<DescribeTrustedAdvisorCheckSummariesRequest,DescribeTrustedAdvisorCheckSummariesResult> asyncHandler)
Returns the summaries of the results of the Trusted Advisor checks
that have the specified check IDs.
|
Future<DescribeTrustedAdvisorCheckSummariesResult> |
AWSSupportAsyncClient.describeTrustedAdvisorCheckSummariesAsync(DescribeTrustedAdvisorCheckSummariesRequest describeTrustedAdvisorCheckSummariesRequest,
AsyncHandler<DescribeTrustedAdvisorCheckSummariesRequest,DescribeTrustedAdvisorCheckSummariesResult> asyncHandler)
Returns the summaries of the results of the Trusted Advisor checks
that have the specified check IDs.
|
Modifier and Type | Method and Description |
---|---|
DescribeTrustedAdvisorCheckSummariesRequest |
DescribeTrustedAdvisorCheckSummariesRequest.withCheckIds(Collection<String> checkIds)
The IDs of the Trusted Advisor checks.
|
DescribeTrustedAdvisorCheckSummariesRequest |
DescribeTrustedAdvisorCheckSummariesRequest.withCheckIds(String... checkIds)
The IDs of the Trusted Advisor checks.
|
Copyright © 2014. All rights reserved.