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