Uses of Class
software.amazon.awssdk.services.apptest.model.M2ManagedRuntime
-
Packages that use M2ManagedRuntime Package Description software.amazon.awssdk.services.apptest.model -
-
Uses of M2ManagedRuntime in software.amazon.awssdk.services.apptest.model
Methods in software.amazon.awssdk.services.apptest.model that return M2ManagedRuntime Modifier and Type Method Description static M2ManagedRuntimeM2ManagedRuntime. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.M2ManagedRuntimeM2ManagedApplication. runtime()The runtime of the AWS Mainframe Modernization managed application.M2ManagedRuntimeM2ManagedApplicationSummary. runtime()The runtime of the AWS Mainframe Modernization managed application summary.static M2ManagedRuntimeM2ManagedRuntime. valueOf(String name)Returns the enum constant of this type with the specified name.static M2ManagedRuntime[]M2ManagedRuntime. 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 M2ManagedRuntime Modifier and Type Method Description static Set<M2ManagedRuntime>M2ManagedRuntime. knownValues()Methods in software.amazon.awssdk.services.apptest.model with parameters of type M2ManagedRuntime Modifier and Type Method Description M2ManagedApplication.BuilderM2ManagedApplication.Builder. runtime(M2ManagedRuntime runtime)The runtime of the AWS Mainframe Modernization managed application.M2ManagedApplicationSummary.BuilderM2ManagedApplicationSummary.Builder. runtime(M2ManagedRuntime runtime)The runtime of the AWS Mainframe Modernization managed application summary.
-