Uses of Class
software.amazon.awssdk.services.resiliencehub.model.RecommendationTemplateStatus
-
Packages that use RecommendationTemplateStatus Package Description software.amazon.awssdk.services.resiliencehub.model -
-
Uses of RecommendationTemplateStatus in software.amazon.awssdk.services.resiliencehub.model
Methods in software.amazon.awssdk.services.resiliencehub.model that return RecommendationTemplateStatus Modifier and Type Method Description static RecommendationTemplateStatusRecommendationTemplateStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.RecommendationTemplateStatusDeleteRecommendationTemplateResponse. status()Status of the action.RecommendationTemplateStatusRecommendationTemplate. status()Status of the action.static RecommendationTemplateStatusRecommendationTemplateStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static RecommendationTemplateStatus[]RecommendationTemplateStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.resiliencehub.model that return types with arguments of type RecommendationTemplateStatus Modifier and Type Method Description static Set<RecommendationTemplateStatus>RecommendationTemplateStatus. knownValues()List<RecommendationTemplateStatus>ListRecommendationTemplatesRequest. status()Status of the action.Methods in software.amazon.awssdk.services.resiliencehub.model with parameters of type RecommendationTemplateStatus Modifier and Type Method Description DeleteRecommendationTemplateResponse.BuilderDeleteRecommendationTemplateResponse.Builder. status(RecommendationTemplateStatus status)Status of the action.ListRecommendationTemplatesRequest.BuilderListRecommendationTemplatesRequest.Builder. status(RecommendationTemplateStatus... status)Status of the action.RecommendationTemplate.BuilderRecommendationTemplate.Builder. status(RecommendationTemplateStatus status)Status of the action.Method parameters in software.amazon.awssdk.services.resiliencehub.model with type arguments of type RecommendationTemplateStatus Modifier and Type Method Description ListRecommendationTemplatesRequest.BuilderListRecommendationTemplatesRequest.Builder. status(Collection<RecommendationTemplateStatus> status)Status of the action.
-