Uses of Class
com.amazonaws.services.support.model.TrustedAdvisorResourceDetail

Packages that use TrustedAdvisorResourceDetail
com.amazonaws.services.support.model Classes modeling the various types represented by AWSSupport. 
 

Uses of TrustedAdvisorResourceDetail in com.amazonaws.services.support.model
 

Methods in com.amazonaws.services.support.model that return TrustedAdvisorResourceDetail
 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(Collection<String> metadata)
          Additional information about the identified resource.
 TrustedAdvisorResourceDetail TrustedAdvisorResourceDetail.withMetadata(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
 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
 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
 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.
 



Copyright © 2016. All rights reserved.