Uses of Class
software.amazon.awssdk.services.apptest.model.M2NonManagedRuntime
-
Packages that use M2NonManagedRuntime Package Description software.amazon.awssdk.services.apptest.model -
-
Uses of M2NonManagedRuntime in software.amazon.awssdk.services.apptest.model
Methods in software.amazon.awssdk.services.apptest.model that return M2NonManagedRuntime Modifier and Type Method Description static M2NonManagedRuntimeM2NonManagedRuntime. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.M2NonManagedRuntimeM2NonManagedApplication. runtime()The runtime of the AWS Mainframe Modernization non-managed application.M2NonManagedRuntimeM2NonManagedApplicationStepInput. runtime()The runtime of the AWS Mainframe Modernization non-managed application step input.M2NonManagedRuntimeM2NonManagedApplicationSummary. runtime()The runtime of the AWS Mainframe Modernization non-managed application summary.static M2NonManagedRuntimeM2NonManagedRuntime. valueOf(String name)Returns the enum constant of this type with the specified name.static M2NonManagedRuntime[]M2NonManagedRuntime. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.apptest.model that return types with arguments of type M2NonManagedRuntime Modifier and Type Method Description static Set<M2NonManagedRuntime>M2NonManagedRuntime. knownValues()Methods in software.amazon.awssdk.services.apptest.model with parameters of type M2NonManagedRuntime Modifier and Type Method Description M2NonManagedApplication.BuilderM2NonManagedApplication.Builder. runtime(M2NonManagedRuntime runtime)The runtime of the AWS Mainframe Modernization non-managed application.M2NonManagedApplicationStepInput.BuilderM2NonManagedApplicationStepInput.Builder. runtime(M2NonManagedRuntime runtime)The runtime of the AWS Mainframe Modernization non-managed application step input.M2NonManagedApplicationSummary.BuilderM2NonManagedApplicationSummary.Builder. runtime(M2NonManagedRuntime runtime)The runtime of the AWS Mainframe Modernization non-managed application summary.
-