Uses of Interface
software.amazon.awssdk.services.m2.model.ListBatchJobDefinitionsRequest.Builder
-
Packages that use ListBatchJobDefinitionsRequest.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 ListBatchJobDefinitionsRequest.Builder in software.amazon.awssdk.services.m2
Method parameters in software.amazon.awssdk.services.m2 with type arguments of type ListBatchJobDefinitionsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListBatchJobDefinitionsResponse>M2AsyncClient. listBatchJobDefinitions(Consumer<ListBatchJobDefinitionsRequest.Builder> listBatchJobDefinitionsRequest)Lists all the available batch job definitions based on the batch job resources uploaded during the application creation.default ListBatchJobDefinitionsResponseM2Client. listBatchJobDefinitions(Consumer<ListBatchJobDefinitionsRequest.Builder> listBatchJobDefinitionsRequest)Lists all the available batch job definitions based on the batch job resources uploaded during the application creation.default ListBatchJobDefinitionsPublisherM2AsyncClient. listBatchJobDefinitionsPaginator(Consumer<ListBatchJobDefinitionsRequest.Builder> listBatchJobDefinitionsRequest)Lists all the available batch job definitions based on the batch job resources uploaded during the application creation.default ListBatchJobDefinitionsIterableM2Client. listBatchJobDefinitionsPaginator(Consumer<ListBatchJobDefinitionsRequest.Builder> listBatchJobDefinitionsRequest)Lists all the available batch job definitions based on the batch job resources uploaded during the application creation. -
Uses of ListBatchJobDefinitionsRequest.Builder in software.amazon.awssdk.services.m2.model
Methods in software.amazon.awssdk.services.m2.model that return ListBatchJobDefinitionsRequest.Builder Modifier and Type Method Description ListBatchJobDefinitionsRequest.BuilderListBatchJobDefinitionsRequest.Builder. applicationId(String applicationId)The identifier of the application.static ListBatchJobDefinitionsRequest.BuilderListBatchJobDefinitionsRequest. builder()ListBatchJobDefinitionsRequest.BuilderListBatchJobDefinitionsRequest.Builder. maxResults(Integer maxResults)The maximum number of batch job definitions to return.ListBatchJobDefinitionsRequest.BuilderListBatchJobDefinitionsRequest.Builder. nextToken(String nextToken)A pagination token returned from a previous call to this operation.ListBatchJobDefinitionsRequest.BuilderListBatchJobDefinitionsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListBatchJobDefinitionsRequest.BuilderListBatchJobDefinitionsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListBatchJobDefinitionsRequest.BuilderListBatchJobDefinitionsRequest.Builder. prefix(String prefix)If the batch job definition is a FileBatchJobDefinition, the prefix allows you to search on the file names of FileBatchJobDefinitions.ListBatchJobDefinitionsRequest.BuilderListBatchJobDefinitionsRequest. toBuilder()Methods in software.amazon.awssdk.services.m2.model that return types with arguments of type ListBatchJobDefinitionsRequest.Builder Modifier and Type Method Description static Class<? extends ListBatchJobDefinitionsRequest.Builder>ListBatchJobDefinitionsRequest. serializableBuilderClass()
-