Uses of Class
software.amazon.awssdk.services.trustedadvisor.model.UpdateRecommendationLifecycleStage
-
Packages that use UpdateRecommendationLifecycleStage Package Description software.amazon.awssdk.services.trustedadvisor.model -
-
Uses of UpdateRecommendationLifecycleStage in software.amazon.awssdk.services.trustedadvisor.model
Methods in software.amazon.awssdk.services.trustedadvisor.model that return UpdateRecommendationLifecycleStage Modifier and Type Method Description static UpdateRecommendationLifecycleStageUpdateRecommendationLifecycleStage. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.UpdateRecommendationLifecycleStageUpdateOrganizationRecommendationLifecycleRequest. lifecycleStage()The new lifecycle stageUpdateRecommendationLifecycleStageUpdateRecommendationLifecycleRequest. lifecycleStage()The new lifecycle stagestatic UpdateRecommendationLifecycleStageUpdateRecommendationLifecycleStage. valueOf(String name)Returns the enum constant of this type with the specified name.static UpdateRecommendationLifecycleStage[]UpdateRecommendationLifecycleStage. 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 UpdateRecommendationLifecycleStage Modifier and Type Method Description static Set<UpdateRecommendationLifecycleStage>UpdateRecommendationLifecycleStage. knownValues()Methods in software.amazon.awssdk.services.trustedadvisor.model with parameters of type UpdateRecommendationLifecycleStage Modifier and Type Method Description UpdateOrganizationRecommendationLifecycleRequest.BuilderUpdateOrganizationRecommendationLifecycleRequest.Builder. lifecycleStage(UpdateRecommendationLifecycleStage lifecycleStage)The new lifecycle stageUpdateRecommendationLifecycleRequest.BuilderUpdateRecommendationLifecycleRequest.Builder. lifecycleStage(UpdateRecommendationLifecycleStage lifecycleStage)The new lifecycle stage
-