Uses of Class
software.amazon.awssdk.services.batch.model.RegisterJobDefinitionResponse
-
Packages that use RegisterJobDefinitionResponse Package Description software.amazon.awssdk.services.batch Batch -
-
Uses of RegisterJobDefinitionResponse in software.amazon.awssdk.services.batch
Methods in software.amazon.awssdk.services.batch that return RegisterJobDefinitionResponse Modifier and Type Method Description default RegisterJobDefinitionResponseBatchClient. registerJobDefinition(Consumer<RegisterJobDefinitionRequest.Builder> registerJobDefinitionRequest)Registers an Batch job definition.default RegisterJobDefinitionResponseBatchClient. registerJobDefinition(RegisterJobDefinitionRequest registerJobDefinitionRequest)Registers an Batch job definition.Methods in software.amazon.awssdk.services.batch that return types with arguments of type RegisterJobDefinitionResponse Modifier and Type Method Description default CompletableFuture<RegisterJobDefinitionResponse>BatchAsyncClient. registerJobDefinition(Consumer<RegisterJobDefinitionRequest.Builder> registerJobDefinitionRequest)Registers an Batch job definition.default CompletableFuture<RegisterJobDefinitionResponse>BatchAsyncClient. registerJobDefinition(RegisterJobDefinitionRequest registerJobDefinitionRequest)Registers an Batch job definition.
-