Uses of Class
com.amazonaws.services.support.model.TrustedAdvisorResourceDetail
Packages that use TrustedAdvisorResourceDetail
-
Uses of TrustedAdvisorResourceDetail in com.amazonaws.services.support.model
Methods in com.amazonaws.services.support.model that return TrustedAdvisorResourceDetailModifier and TypeMethodDescriptionTrustedAdvisorResourceDetail.clone()
TrustedAdvisorResourceDetail.withIsSuppressed
(Boolean isSuppressed) Specifies whether the AWS resource was ignored by Trusted Advisor because it was marked as suppressed by the user.TrustedAdvisorResourceDetail.withMetadata
(String... metadata) Additional information about the identified resource.TrustedAdvisorResourceDetail.withMetadata
(Collection<String> metadata) Additional information about the identified resource.TrustedAdvisorResourceDetail.withRegion
(String region) The AWS region in which the identified resource is located.TrustedAdvisorResourceDetail.withResourceId
(String resourceId) The unique identifier for the identified resource.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 TrustedAdvisorResourceDetailModifier and TypeMethodDescriptionTrustedAdvisorCheckResult.getFlaggedResources()
The details about each resource listed in the check result.Methods in com.amazonaws.services.support.model with parameters of type TrustedAdvisorResourceDetailModifier and TypeMethodDescriptionTrustedAdvisorCheckResult.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 TrustedAdvisorResourceDetailModifier and TypeMethodDescriptionvoid
TrustedAdvisorCheckResult.setFlaggedResources
(Collection<TrustedAdvisorResourceDetail> flaggedResources) The details about each resource listed in the check result.TrustedAdvisorCheckResult.withFlaggedResources
(Collection<TrustedAdvisorResourceDetail> flaggedResources) The details about each resource listed in the check result.