Uses of Class
software.amazon.awssdk.services.migrationhubstrategy.model.AssessmentStatus
-
Packages that use AssessmentStatus Package Description software.amazon.awssdk.services.migrationhubstrategy.model -
-
Uses of AssessmentStatus in software.amazon.awssdk.services.migrationhubstrategy.model
Methods in software.amazon.awssdk.services.migrationhubstrategy.model that return AssessmentStatus Modifier and Type Method Description static AssessmentStatusAssessmentStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.AssessmentStatusDataCollectionDetails. status()The status of the assessment.static AssessmentStatusAssessmentStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static AssessmentStatus[]AssessmentStatus. 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 AssessmentStatus Modifier and Type Method Description static Set<AssessmentStatus>AssessmentStatus. knownValues()Methods in software.amazon.awssdk.services.migrationhubstrategy.model with parameters of type AssessmentStatus Modifier and Type Method Description DataCollectionDetails.BuilderDataCollectionDetails.Builder. status(AssessmentStatus status)The status of the assessment.
-