Uses of Class
software.amazon.awssdk.services.trustedadvisor.model.ExclusionStatus
-
Packages that use ExclusionStatus Package Description software.amazon.awssdk.services.trustedadvisor.model -
-
Uses of ExclusionStatus in software.amazon.awssdk.services.trustedadvisor.model
Methods in software.amazon.awssdk.services.trustedadvisor.model that return ExclusionStatus Modifier and Type Method Description ExclusionStatusListOrganizationRecommendationResourcesRequest. exclusionStatus()The exclusion status of the resourceExclusionStatusListRecommendationResourcesRequest. exclusionStatus()The exclusion status of the resourceExclusionStatusOrganizationRecommendationResourceSummary. exclusionStatus()The exclusion status of the Recommendation ResourceExclusionStatusRecommendationResourceSummary. exclusionStatus()The exclusion status of the Recommendation Resourcestatic ExclusionStatusExclusionStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ExclusionStatusExclusionStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static ExclusionStatus[]ExclusionStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.trustedadvisor.model that return types with arguments of type ExclusionStatus Modifier and Type Method Description static Set<ExclusionStatus>ExclusionStatus. knownValues()Methods in software.amazon.awssdk.services.trustedadvisor.model with parameters of type ExclusionStatus Modifier and Type Method Description ListOrganizationRecommendationResourcesRequest.BuilderListOrganizationRecommendationResourcesRequest.Builder. exclusionStatus(ExclusionStatus exclusionStatus)The exclusion status of the resourceListRecommendationResourcesRequest.BuilderListRecommendationResourcesRequest.Builder. exclusionStatus(ExclusionStatus exclusionStatus)The exclusion status of the resourceOrganizationRecommendationResourceSummary.BuilderOrganizationRecommendationResourceSummary.Builder. exclusionStatus(ExclusionStatus exclusionStatus)The exclusion status of the Recommendation ResourceRecommendationResourceSummary.BuilderRecommendationResourceSummary.Builder. exclusionStatus(ExclusionStatus exclusionStatus)The exclusion status of the Recommendation Resource
-