Uses of Class
software.amazon.awssdk.services.support.model.TrustedAdvisorResourceDetail
-
Packages that use TrustedAdvisorResourceDetail Package Description software.amazon.awssdk.services.support.model -
-
Uses of TrustedAdvisorResourceDetail in software.amazon.awssdk.services.support.model
Methods in software.amazon.awssdk.services.support.model that return types with arguments of type TrustedAdvisorResourceDetail Modifier and Type Method Description List<TrustedAdvisorResourceDetail>TrustedAdvisorCheckResult. flaggedResources()The details about each resource listed in the check result.Methods in software.amazon.awssdk.services.support.model with parameters of type TrustedAdvisorResourceDetail Modifier and Type Method Description TrustedAdvisorCheckResult.BuilderTrustedAdvisorCheckResult.Builder. flaggedResources(TrustedAdvisorResourceDetail... flaggedResources)The details about each resource listed in the check result.Method parameters in software.amazon.awssdk.services.support.model with type arguments of type TrustedAdvisorResourceDetail Modifier and Type Method Description TrustedAdvisorCheckResult.BuilderTrustedAdvisorCheckResult.Builder. flaggedResources(Collection<TrustedAdvisorResourceDetail> flaggedResources)The details about each resource listed in the check result.
-