Uses of Interface
software.amazon.awssdk.services.m2.model.ListBatchJobExecutionsRequest.Builder
-
Packages that use ListBatchJobExecutionsRequest.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 ListBatchJobExecutionsRequest.Builder in software.amazon.awssdk.services.m2
Method parameters in software.amazon.awssdk.services.m2 with type arguments of type ListBatchJobExecutionsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListBatchJobExecutionsResponse>M2AsyncClient. listBatchJobExecutions(Consumer<ListBatchJobExecutionsRequest.Builder> listBatchJobExecutionsRequest)Lists historical, current, and scheduled batch job executions for a specific application.default ListBatchJobExecutionsResponseM2Client. listBatchJobExecutions(Consumer<ListBatchJobExecutionsRequest.Builder> listBatchJobExecutionsRequest)Lists historical, current, and scheduled batch job executions for a specific application.default ListBatchJobExecutionsPublisherM2AsyncClient. listBatchJobExecutionsPaginator(Consumer<ListBatchJobExecutionsRequest.Builder> listBatchJobExecutionsRequest)Lists historical, current, and scheduled batch job executions for a specific application.default ListBatchJobExecutionsIterableM2Client. listBatchJobExecutionsPaginator(Consumer<ListBatchJobExecutionsRequest.Builder> listBatchJobExecutionsRequest)Lists historical, current, and scheduled batch job executions for a specific application. -
Uses of ListBatchJobExecutionsRequest.Builder in software.amazon.awssdk.services.m2.model
Methods in software.amazon.awssdk.services.m2.model that return ListBatchJobExecutionsRequest.Builder Modifier and Type Method Description ListBatchJobExecutionsRequest.BuilderListBatchJobExecutionsRequest.Builder. applicationId(String applicationId)The unique identifier of the application.static ListBatchJobExecutionsRequest.BuilderListBatchJobExecutionsRequest. builder()ListBatchJobExecutionsRequest.BuilderListBatchJobExecutionsRequest.Builder. executionIds(String... executionIds)The unique identifier of each batch job execution.ListBatchJobExecutionsRequest.BuilderListBatchJobExecutionsRequest.Builder. executionIds(Collection<String> executionIds)The unique identifier of each batch job execution.ListBatchJobExecutionsRequest.BuilderListBatchJobExecutionsRequest.Builder. jobName(String jobName)The name of each batch job execution.ListBatchJobExecutionsRequest.BuilderListBatchJobExecutionsRequest.Builder. maxResults(Integer maxResults)The maximum number of batch job executions to return.ListBatchJobExecutionsRequest.BuilderListBatchJobExecutionsRequest.Builder. nextToken(String nextToken)A pagination token to control the number of batch job executions displayed in the list.ListBatchJobExecutionsRequest.BuilderListBatchJobExecutionsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListBatchJobExecutionsRequest.BuilderListBatchJobExecutionsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListBatchJobExecutionsRequest.BuilderListBatchJobExecutionsRequest.Builder. startedAfter(Instant startedAfter)The time after which the batch job executions started.ListBatchJobExecutionsRequest.BuilderListBatchJobExecutionsRequest.Builder. startedBefore(Instant startedBefore)The time before the batch job executions started.ListBatchJobExecutionsRequest.BuilderListBatchJobExecutionsRequest.Builder. status(String status)The status of the batch job executions.ListBatchJobExecutionsRequest.BuilderListBatchJobExecutionsRequest.Builder. status(BatchJobExecutionStatus status)The status of the batch job executions.ListBatchJobExecutionsRequest.BuilderListBatchJobExecutionsRequest. toBuilder()Methods in software.amazon.awssdk.services.m2.model that return types with arguments of type ListBatchJobExecutionsRequest.Builder Modifier and Type Method Description static Class<? extends ListBatchJobExecutionsRequest.Builder>ListBatchJobExecutionsRequest. serializableBuilderClass()
-