Uses of Class
software.amazon.awssdk.services.support.model.TrustedAdvisorCheckSummary
-
Packages that use TrustedAdvisorCheckSummary Package Description software.amazon.awssdk.services.support.model -
-
Uses of TrustedAdvisorCheckSummary in software.amazon.awssdk.services.support.model
Methods in software.amazon.awssdk.services.support.model that return types with arguments of type TrustedAdvisorCheckSummary Modifier and Type Method Description List<TrustedAdvisorCheckSummary>DescribeTrustedAdvisorCheckSummariesResponse. summaries()The summary information for the requested Trusted Advisor checks.Methods in software.amazon.awssdk.services.support.model with parameters of type TrustedAdvisorCheckSummary Modifier and Type Method Description DescribeTrustedAdvisorCheckSummariesResponse.BuilderDescribeTrustedAdvisorCheckSummariesResponse.Builder. summaries(TrustedAdvisorCheckSummary... summaries)The summary information for the requested Trusted Advisor checks.Method parameters in software.amazon.awssdk.services.support.model with type arguments of type TrustedAdvisorCheckSummary Modifier and Type Method Description DescribeTrustedAdvisorCheckSummariesResponse.BuilderDescribeTrustedAdvisorCheckSummariesResponse.Builder. summaries(Collection<TrustedAdvisorCheckSummary> summaries)The summary information for the requested Trusted Advisor checks.
-