Uses of Class
software.amazon.awssdk.services.trustedadvisor.model.UpdateRecommendationLifecycleStageReasonCode
-
Packages that use UpdateRecommendationLifecycleStageReasonCode Package Description software.amazon.awssdk.services.trustedadvisor.model -
-
Uses of UpdateRecommendationLifecycleStageReasonCode in software.amazon.awssdk.services.trustedadvisor.model
Methods in software.amazon.awssdk.services.trustedadvisor.model that return UpdateRecommendationLifecycleStageReasonCode Modifier and Type Method Description static UpdateRecommendationLifecycleStageReasonCodeUpdateRecommendationLifecycleStageReasonCode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.UpdateRecommendationLifecycleStageReasonCodeAccountRecommendationLifecycleSummary. updateReasonCode()Reason code for the lifecycle state changeUpdateRecommendationLifecycleStageReasonCodeOrganizationRecommendation. updateReasonCode()Reason code for the lifecycle state changeUpdateRecommendationLifecycleStageReasonCodeRecommendation. updateReasonCode()Reason code for the lifecycle state changeUpdateRecommendationLifecycleStageReasonCodeUpdateOrganizationRecommendationLifecycleRequest. updateReasonCode()Reason code for the lifecycle state changeUpdateRecommendationLifecycleStageReasonCodeUpdateRecommendationLifecycleRequest. updateReasonCode()Reason code for the lifecycle state changestatic UpdateRecommendationLifecycleStageReasonCodeUpdateRecommendationLifecycleStageReasonCode. valueOf(String name)Returns the enum constant of this type with the specified name.static UpdateRecommendationLifecycleStageReasonCode[]UpdateRecommendationLifecycleStageReasonCode. 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 UpdateRecommendationLifecycleStageReasonCode Modifier and Type Method Description static Set<UpdateRecommendationLifecycleStageReasonCode>UpdateRecommendationLifecycleStageReasonCode. knownValues()Methods in software.amazon.awssdk.services.trustedadvisor.model with parameters of type UpdateRecommendationLifecycleStageReasonCode Modifier and Type Method Description AccountRecommendationLifecycleSummary.BuilderAccountRecommendationLifecycleSummary.Builder. updateReasonCode(UpdateRecommendationLifecycleStageReasonCode updateReasonCode)Reason code for the lifecycle state changeOrganizationRecommendation.BuilderOrganizationRecommendation.Builder. updateReasonCode(UpdateRecommendationLifecycleStageReasonCode updateReasonCode)Reason code for the lifecycle state changeRecommendation.BuilderRecommendation.Builder. updateReasonCode(UpdateRecommendationLifecycleStageReasonCode updateReasonCode)Reason code for the lifecycle state changeUpdateOrganizationRecommendationLifecycleRequest.BuilderUpdateOrganizationRecommendationLifecycleRequest.Builder. updateReasonCode(UpdateRecommendationLifecycleStageReasonCode updateReasonCode)Reason code for the lifecycle state changeUpdateRecommendationLifecycleRequest.BuilderUpdateRecommendationLifecycleRequest.Builder. updateReasonCode(UpdateRecommendationLifecycleStageReasonCode updateReasonCode)Reason code for the lifecycle state change
-