Uses of Class
com.amazonaws.services.support.model.DescribeTrustedAdvisorCheckSummariesResult
Packages that use DescribeTrustedAdvisorCheckSummariesResult
-
Uses of DescribeTrustedAdvisorCheckSummariesResult in com.amazonaws.services.support
Methods in com.amazonaws.services.support that return DescribeTrustedAdvisorCheckSummariesResultModifier and TypeMethodDescriptionAbstractAWSSupport.describeTrustedAdvisorCheckSummaries
(DescribeTrustedAdvisorCheckSummariesRequest request) AWSSupport.describeTrustedAdvisorCheckSummaries
(DescribeTrustedAdvisorCheckSummariesRequest describeTrustedAdvisorCheckSummariesRequest) Returns the summaries of the results of the Trusted Advisor checks that have the specified check IDs.AWSSupportClient.describeTrustedAdvisorCheckSummaries
(DescribeTrustedAdvisorCheckSummariesRequest describeTrustedAdvisorCheckSummariesRequest) Returns the summaries of the results of the Trusted Advisor checks that have the specified check IDs.Methods in com.amazonaws.services.support that return types with arguments of type DescribeTrustedAdvisorCheckSummariesResultModifier and TypeMethodDescriptionAbstractAWSSupportAsync.describeTrustedAdvisorCheckSummariesAsync
(DescribeTrustedAdvisorCheckSummariesRequest request) AbstractAWSSupportAsync.describeTrustedAdvisorCheckSummariesAsync
(DescribeTrustedAdvisorCheckSummariesRequest request, AsyncHandler<DescribeTrustedAdvisorCheckSummariesRequest, DescribeTrustedAdvisorCheckSummariesResult> asyncHandler) AWSSupportAsync.describeTrustedAdvisorCheckSummariesAsync
(DescribeTrustedAdvisorCheckSummariesRequest describeTrustedAdvisorCheckSummariesRequest) Returns the summaries of the results of the Trusted Advisor checks that have the specified check IDs.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.AWSSupportAsyncClient.describeTrustedAdvisorCheckSummariesAsync
(DescribeTrustedAdvisorCheckSummariesRequest request) AWSSupportAsyncClient.describeTrustedAdvisorCheckSummariesAsync
(DescribeTrustedAdvisorCheckSummariesRequest request, AsyncHandler<DescribeTrustedAdvisorCheckSummariesRequest, DescribeTrustedAdvisorCheckSummariesResult> asyncHandler) Method parameters in com.amazonaws.services.support with type arguments of type DescribeTrustedAdvisorCheckSummariesResultModifier and TypeMethodDescriptionAbstractAWSSupportAsync.describeTrustedAdvisorCheckSummariesAsync
(DescribeTrustedAdvisorCheckSummariesRequest request, AsyncHandler<DescribeTrustedAdvisorCheckSummariesRequest, DescribeTrustedAdvisorCheckSummariesResult> asyncHandler) 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.AWSSupportAsyncClient.describeTrustedAdvisorCheckSummariesAsync
(DescribeTrustedAdvisorCheckSummariesRequest request, AsyncHandler<DescribeTrustedAdvisorCheckSummariesRequest, DescribeTrustedAdvisorCheckSummariesResult> asyncHandler) -
Uses of DescribeTrustedAdvisorCheckSummariesResult in com.amazonaws.services.support.model
Methods in com.amazonaws.services.support.model that return DescribeTrustedAdvisorCheckSummariesResultModifier and TypeMethodDescriptionDescribeTrustedAdvisorCheckSummariesResult.clone()
DescribeTrustedAdvisorCheckSummariesResult.withSummaries
(TrustedAdvisorCheckSummary... summaries) The summary information for the requested Trusted Advisor checks.DescribeTrustedAdvisorCheckSummariesResult.withSummaries
(Collection<TrustedAdvisorCheckSummary> summaries) The summary information for the requested Trusted Advisor checks.