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 TrustedAdvisorResourceDetail
TrustedAdvisorResourceDetail. clone()
TrustedAdvisorResourceDetail
TrustedAdvisorResourceDetail. withIsSuppressed(Boolean isSuppressed)
Specifies whether the AWS resource was ignored by Trusted Advisor because it was marked as suppressed by the user.TrustedAdvisorResourceDetail
TrustedAdvisorResourceDetail. withMetadata(String... metadata)
Additional information about the identified resource.TrustedAdvisorResourceDetail
TrustedAdvisorResourceDetail. withMetadata(Collection<String> metadata)
Additional information about the identified resource.TrustedAdvisorResourceDetail
TrustedAdvisorResourceDetail. withRegion(String region)
The AWS region in which the identified resource is located.TrustedAdvisorResourceDetail
TrustedAdvisorResourceDetail. withResourceId(String resourceId)
The unique identifier for the identified resource.TrustedAdvisorResourceDetail
TrustedAdvisorResourceDetail. 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 TrustedAdvisorCheckResult
TrustedAdvisorCheckResult. 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 void
TrustedAdvisorCheckResult. setFlaggedResources(Collection<TrustedAdvisorResourceDetail> flaggedResources)
The details about each resource listed in the check result.TrustedAdvisorCheckResult
TrustedAdvisorCheckResult. withFlaggedResources(Collection<TrustedAdvisorResourceDetail> flaggedResources)
The details about each resource listed in the check result.
-