Uses of Interface
software.amazon.awssdk.services.m2.model.GetBatchJobExecutionRequest.Builder
-
Packages that use GetBatchJobExecutionRequest.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 GetBatchJobExecutionRequest.Builder in software.amazon.awssdk.services.m2
Method parameters in software.amazon.awssdk.services.m2 with type arguments of type GetBatchJobExecutionRequest.Builder Modifier and Type Method Description default CompletableFuture<GetBatchJobExecutionResponse>M2AsyncClient. getBatchJobExecution(Consumer<GetBatchJobExecutionRequest.Builder> getBatchJobExecutionRequest)Gets the details of a specific batch job execution for a specific application.default GetBatchJobExecutionResponseM2Client. getBatchJobExecution(Consumer<GetBatchJobExecutionRequest.Builder> getBatchJobExecutionRequest)Gets the details of a specific batch job execution for a specific application. -
Uses of GetBatchJobExecutionRequest.Builder in software.amazon.awssdk.services.m2.model
Methods in software.amazon.awssdk.services.m2.model that return GetBatchJobExecutionRequest.Builder Modifier and Type Method Description GetBatchJobExecutionRequest.BuilderGetBatchJobExecutionRequest.Builder. applicationId(String applicationId)The identifier of the application.static GetBatchJobExecutionRequest.BuilderGetBatchJobExecutionRequest. builder()GetBatchJobExecutionRequest.BuilderGetBatchJobExecutionRequest.Builder. executionId(String executionId)The unique identifier of the batch job execution.GetBatchJobExecutionRequest.BuilderGetBatchJobExecutionRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetBatchJobExecutionRequest.BuilderGetBatchJobExecutionRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetBatchJobExecutionRequest.BuilderGetBatchJobExecutionRequest. toBuilder()Methods in software.amazon.awssdk.services.m2.model that return types with arguments of type GetBatchJobExecutionRequest.Builder Modifier and Type Method Description static Class<? extends GetBatchJobExecutionRequest.Builder>GetBatchJobExecutionRequest. serializableBuilderClass()
-