Uses of Class
software.amazon.awssdk.services.apptest.model.Batch
-
Packages that use Batch Package Description software.amazon.awssdk.services.apptest.model -
-
Uses of Batch in software.amazon.awssdk.services.apptest.model
Methods in software.amazon.awssdk.services.apptest.model that return Batch Modifier and Type Method Description BatchMainframeActionType. batch()The batch of the mainframe action type.Methods in software.amazon.awssdk.services.apptest.model with parameters of type Batch Modifier and Type Method Description MainframeActionType.BuilderMainframeActionType.Builder. batch(Batch batch)The batch of the mainframe action type.static MainframeActionTypeMainframeActionType. fromBatch(Batch batch)Create an instance of this class withMainframeActionType.batch()initialized to the given value.
-