Uses of Class
com.amazonaws.services.support.model.TrustedAdvisorResourceDetail
-
Packages that use TrustedAdvisorResourceDetail Package Description com.amazonaws.services.support.model -
-
Uses of TrustedAdvisorResourceDetail in com.amazonaws.services.support.model
Methods in com.amazonaws.services.support.model that return TrustedAdvisorResourceDetail Modifier and Type Method Description TrustedAdvisorResourceDetailTrustedAdvisorResourceDetail. clone()TrustedAdvisorResourceDetailTrustedAdvisorResourceDetail. withIsSuppressed(Boolean isSuppressed)Specifies whether the AWS resource was ignored by Trusted Advisor because it was marked as suppressed by the user.TrustedAdvisorResourceDetailTrustedAdvisorResourceDetail. withMetadata(String... metadata)Additional information about the identified resource.TrustedAdvisorResourceDetailTrustedAdvisorResourceDetail. withMetadata(Collection<String> metadata)Additional information about the identified resource.TrustedAdvisorResourceDetailTrustedAdvisorResourceDetail. withRegion(String region)The AWS region in which the identified resource is located.TrustedAdvisorResourceDetailTrustedAdvisorResourceDetail. withResourceId(String resourceId)The unique identifier for the identified resource.TrustedAdvisorResourceDetailTrustedAdvisorResourceDetail. withStatus(String status)The status code for the resource identified in the Trusted Advisor check.Methods in com.amazonaws.services.support.model that return types with arguments of type TrustedAdvisorResourceDetail Modifier and Type Method Description List<TrustedAdvisorResourceDetail>TrustedAdvisorCheckResult. getFlaggedResources()The details about each resource listed in the check result.Methods in com.amazonaws.services.support.model with parameters of type TrustedAdvisorResourceDetail Modifier and Type Method Description TrustedAdvisorCheckResultTrustedAdvisorCheckResult. withFlaggedResources(TrustedAdvisorResourceDetail... flaggedResources)The details about each resource listed in the check result.Method parameters in com.amazonaws.services.support.model with type arguments of type TrustedAdvisorResourceDetail Modifier and Type Method Description voidTrustedAdvisorCheckResult. setFlaggedResources(Collection<TrustedAdvisorResourceDetail> flaggedResources)The details about each resource listed in the check result.TrustedAdvisorCheckResultTrustedAdvisorCheckResult. withFlaggedResources(Collection<TrustedAdvisorResourceDetail> flaggedResources)The details about each resource listed in the check result.
-