Uses of Class
software.amazon.awssdk.services.trustedadvisor.model.ResourceStatus
-
Packages that use ResourceStatus Package Description software.amazon.awssdk.services.trustedadvisor.model -
-
Uses of ResourceStatus in software.amazon.awssdk.services.trustedadvisor.model
Methods in software.amazon.awssdk.services.trustedadvisor.model that return ResourceStatus Modifier and Type Method Description static ResourceStatusResourceStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ResourceStatusListOrganizationRecommendationResourcesRequest. status()The status of the resourceResourceStatusListRecommendationResourcesRequest. status()The status of the resourceResourceStatusOrganizationRecommendationResourceSummary. status()The current status of the Recommendation ResourceResourceStatusRecommendationResourceSummary. status()The current status of the Recommendation Resourcestatic ResourceStatusResourceStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static ResourceStatus[]ResourceStatus. 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 ResourceStatus Modifier and Type Method Description static Set<ResourceStatus>ResourceStatus. knownValues()Methods in software.amazon.awssdk.services.trustedadvisor.model with parameters of type ResourceStatus Modifier and Type Method Description ListOrganizationRecommendationResourcesRequest.BuilderListOrganizationRecommendationResourcesRequest.Builder. status(ResourceStatus status)The status of the resourceListRecommendationResourcesRequest.BuilderListRecommendationResourcesRequest.Builder. status(ResourceStatus status)The status of the resourceOrganizationRecommendationResourceSummary.BuilderOrganizationRecommendationResourceSummary.Builder. status(ResourceStatus status)The current status of the Recommendation ResourceRecommendationResourceSummary.BuilderRecommendationResourceSummary.Builder. status(ResourceStatus status)The current status of the Recommendation Resource
-