Uses of Class
software.amazon.awssdk.services.apptest.model.M2NonManagedActionType
-
Packages that use M2NonManagedActionType Package Description software.amazon.awssdk.services.apptest.model -
-
Uses of M2NonManagedActionType in software.amazon.awssdk.services.apptest.model
Methods in software.amazon.awssdk.services.apptest.model that return M2NonManagedActionType Modifier and Type Method Description M2NonManagedActionTypeM2NonManagedApplicationAction. actionType()The action type of the AWS Mainframe Modernization non-managed application action.M2NonManagedActionTypeM2NonManagedApplicationStepInput. actionType()The action type of the AWS Mainframe Modernization non-managed application step input.static M2NonManagedActionTypeM2NonManagedActionType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static M2NonManagedActionTypeM2NonManagedActionType. valueOf(String name)Returns the enum constant of this type with the specified name.static M2NonManagedActionType[]M2NonManagedActionType. 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 M2NonManagedActionType Modifier and Type Method Description static Set<M2NonManagedActionType>M2NonManagedActionType. knownValues()Methods in software.amazon.awssdk.services.apptest.model with parameters of type M2NonManagedActionType Modifier and Type Method Description M2NonManagedApplicationAction.BuilderM2NonManagedApplicationAction.Builder. actionType(M2NonManagedActionType actionType)The action type of the AWS Mainframe Modernization non-managed application action.M2NonManagedApplicationStepInput.BuilderM2NonManagedApplicationStepInput.Builder. actionType(M2NonManagedActionType actionType)The action type of the AWS Mainframe Modernization non-managed application step input.
-