Uses of Class
software.amazon.awssdk.services.support.model.TrustedAdvisorCheckDescription
-
Packages that use TrustedAdvisorCheckDescription Package Description software.amazon.awssdk.services.support.model -
-
Uses of TrustedAdvisorCheckDescription in software.amazon.awssdk.services.support.model
Methods in software.amazon.awssdk.services.support.model that return types with arguments of type TrustedAdvisorCheckDescription Modifier and Type Method Description List<TrustedAdvisorCheckDescription>DescribeTrustedAdvisorChecksResponse. checks()Information about all available Trusted Advisor checks.Methods in software.amazon.awssdk.services.support.model with parameters of type TrustedAdvisorCheckDescription Modifier and Type Method Description DescribeTrustedAdvisorChecksResponse.BuilderDescribeTrustedAdvisorChecksResponse.Builder. checks(TrustedAdvisorCheckDescription... checks)Information about all available Trusted Advisor checks.Method parameters in software.amazon.awssdk.services.support.model with type arguments of type TrustedAdvisorCheckDescription Modifier and Type Method Description DescribeTrustedAdvisorChecksResponse.BuilderDescribeTrustedAdvisorChecksResponse.Builder. checks(Collection<TrustedAdvisorCheckDescription> checks)Information about all available Trusted Advisor checks.
-