Uses of Class
software.amazon.awssdk.services.migrationhubstrategy.model.InclusionStatus
-
Packages that use InclusionStatus Package Description software.amazon.awssdk.services.migrationhubstrategy.model -
-
Uses of InclusionStatus in software.amazon.awssdk.services.migrationhubstrategy.model
Methods in software.amazon.awssdk.services.migrationhubstrategy.model that return InclusionStatus Modifier and Type Method Description static InclusionStatusInclusionStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.InclusionStatusApplicationComponentDetail. inclusionStatus()Indicates whether the application component has been included for server recommendation or not.InclusionStatusUpdateApplicationComponentConfigRequest. inclusionStatus()Indicates whether the application component has been included for server recommendation or not.static InclusionStatusInclusionStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static InclusionStatus[]InclusionStatus. 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 InclusionStatus Modifier and Type Method Description static Set<InclusionStatus>InclusionStatus. knownValues()Methods in software.amazon.awssdk.services.migrationhubstrategy.model with parameters of type InclusionStatus Modifier and Type Method Description ApplicationComponentDetail.BuilderApplicationComponentDetail.Builder. inclusionStatus(InclusionStatus inclusionStatus)Indicates whether the application component has been included for server recommendation or not.UpdateApplicationComponentConfigRequest.BuilderUpdateApplicationComponentConfigRequest.Builder. inclusionStatus(InclusionStatus inclusionStatus)Indicates whether the application component has been included for server recommendation or not.
-