Uses of Interface
software.amazon.awssdk.services.m2.model.ListBatchJobRestartPointsRequest.Builder
-
Packages that use ListBatchJobRestartPointsRequest.Builder Package Description software.amazon.awssdk.services.m2 Amazon Web Services Mainframe Modernization provides tools and resources to help you plan and implement migration and modernization from mainframes to Amazon Web Services managed runtime environments.software.amazon.awssdk.services.m2.model -
-
Uses of ListBatchJobRestartPointsRequest.Builder in software.amazon.awssdk.services.m2
Method parameters in software.amazon.awssdk.services.m2 with type arguments of type ListBatchJobRestartPointsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListBatchJobRestartPointsResponse>M2AsyncClient. listBatchJobRestartPoints(Consumer<ListBatchJobRestartPointsRequest.Builder> listBatchJobRestartPointsRequest)Lists all the job steps for JCL files to restart a batch job.default ListBatchJobRestartPointsResponseM2Client. listBatchJobRestartPoints(Consumer<ListBatchJobRestartPointsRequest.Builder> listBatchJobRestartPointsRequest)Lists all the job steps for JCL files to restart a batch job. -
Uses of ListBatchJobRestartPointsRequest.Builder in software.amazon.awssdk.services.m2.model
Methods in software.amazon.awssdk.services.m2.model that return ListBatchJobRestartPointsRequest.Builder Modifier and Type Method Description ListBatchJobRestartPointsRequest.BuilderListBatchJobRestartPointsRequest.Builder. applicationId(String applicationId)The unique identifier of the application.static ListBatchJobRestartPointsRequest.BuilderListBatchJobRestartPointsRequest. builder()ListBatchJobRestartPointsRequest.BuilderListBatchJobRestartPointsRequest.Builder. executionId(String executionId)The unique identifier of each batch job execution.ListBatchJobRestartPointsRequest.BuilderListBatchJobRestartPointsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListBatchJobRestartPointsRequest.BuilderListBatchJobRestartPointsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListBatchJobRestartPointsRequest.BuilderListBatchJobRestartPointsRequest. toBuilder()Methods in software.amazon.awssdk.services.m2.model that return types with arguments of type ListBatchJobRestartPointsRequest.Builder Modifier and Type Method Description static Class<? extends ListBatchJobRestartPointsRequest.Builder>ListBatchJobRestartPointsRequest. serializableBuilderClass()
-