Uses of Class
software.amazon.awssdk.services.resiliencehub.model.RenderRecommendationType
-
Packages that use RenderRecommendationType Package Description software.amazon.awssdk.services.resiliencehub.model -
-
Uses of RenderRecommendationType in software.amazon.awssdk.services.resiliencehub.model
Methods in software.amazon.awssdk.services.resiliencehub.model that return RenderRecommendationType Modifier and Type Method Description static RenderRecommendationTypeRenderRecommendationType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static RenderRecommendationTypeRenderRecommendationType. valueOf(String name)Returns the enum constant of this type with the specified name.static RenderRecommendationType[]RenderRecommendationType. 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 RenderRecommendationType Modifier and Type Method Description static Set<RenderRecommendationType>RenderRecommendationType. knownValues()List<RenderRecommendationType>CreateRecommendationTemplateRequest. recommendationTypes()An array of strings that specify the recommendation template type or types.List<RenderRecommendationType>RecommendationTemplate. recommendationTypes()An array of strings that specify the recommendation template type or types.Methods in software.amazon.awssdk.services.resiliencehub.model with parameters of type RenderRecommendationType Modifier and Type Method Description CreateRecommendationTemplateRequest.BuilderCreateRecommendationTemplateRequest.Builder. recommendationTypes(RenderRecommendationType... recommendationTypes)An array of strings that specify the recommendation template type or types.RecommendationTemplate.BuilderRecommendationTemplate.Builder. recommendationTypes(RenderRecommendationType... recommendationTypes)An array of strings that specify the recommendation template type or types.Method parameters in software.amazon.awssdk.services.resiliencehub.model with type arguments of type RenderRecommendationType Modifier and Type Method Description CreateRecommendationTemplateRequest.BuilderCreateRecommendationTemplateRequest.Builder. recommendationTypes(Collection<RenderRecommendationType> recommendationTypes)An array of strings that specify the recommendation template type or types.RecommendationTemplate.BuilderRecommendationTemplate.Builder. recommendationTypes(Collection<RenderRecommendationType> recommendationTypes)An array of strings that specify the recommendation template type or types.
-