Uses of Interface
software.amazon.awssdk.services.apptest.model.MainframeActionProperties.Builder
-
Packages that use MainframeActionProperties.Builder Package Description software.amazon.awssdk.services.apptest.model -
-
Uses of MainframeActionProperties.Builder in software.amazon.awssdk.services.apptest.model
Methods in software.amazon.awssdk.services.apptest.model that return MainframeActionProperties.Builder Modifier and Type Method Description static MainframeActionProperties.BuilderMainframeActionProperties. builder()MainframeActionProperties.BuilderMainframeActionProperties.Builder. dmsTaskArn(String dmsTaskArn)The DMS task ARN of the mainframe action properties.MainframeActionProperties.BuilderMainframeActionProperties. toBuilder()Methods in software.amazon.awssdk.services.apptest.model that return types with arguments of type MainframeActionProperties.Builder Modifier and Type Method Description static Class<? extends MainframeActionProperties.Builder>MainframeActionProperties. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.apptest.model with type arguments of type MainframeActionProperties.Builder Modifier and Type Method Description default BatchStepInput.BuilderBatchStepInput.Builder. properties(Consumer<MainframeActionProperties.Builder> properties)The properties of the batch step input.default MainframeAction.BuilderMainframeAction.Builder. properties(Consumer<MainframeActionProperties.Builder> properties)The properties of the mainframe action.default TN3270StepInput.BuilderTN3270StepInput.Builder. properties(Consumer<MainframeActionProperties.Builder> properties)The properties of the TN3270 step input.
-