Uses of Class
software.amazon.awssdk.services.migrationhubstrategy.model.RunTimeAssessmentStatus
-
Packages that use RunTimeAssessmentStatus Package Description software.amazon.awssdk.services.migrationhubstrategy.model -
-
Uses of RunTimeAssessmentStatus in software.amazon.awssdk.services.migrationhubstrategy.model
Methods in software.amazon.awssdk.services.migrationhubstrategy.model that return RunTimeAssessmentStatus Modifier and Type Method Description RunTimeAssessmentStatusServerDetail. dataCollectionStatus()The status of assessment for the server.static RunTimeAssessmentStatusRunTimeAssessmentStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.RunTimeAssessmentStatusServerStatusSummary. runTimeAssessmentStatus()The status of the run time.static RunTimeAssessmentStatusRunTimeAssessmentStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static RunTimeAssessmentStatus[]RunTimeAssessmentStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.migrationhubstrategy.model that return types with arguments of type RunTimeAssessmentStatus Modifier and Type Method Description static Set<RunTimeAssessmentStatus>RunTimeAssessmentStatus. knownValues()Methods in software.amazon.awssdk.services.migrationhubstrategy.model with parameters of type RunTimeAssessmentStatus Modifier and Type Method Description ServerDetail.BuilderServerDetail.Builder. dataCollectionStatus(RunTimeAssessmentStatus dataCollectionStatus)The status of assessment for the server.ServerStatusSummary.BuilderServerStatusSummary.Builder. runTimeAssessmentStatus(RunTimeAssessmentStatus runTimeAssessmentStatus)The status of the run time.
-