Uses of Class
software.amazon.awssdk.services.batch.model.CreateSchedulingPolicyResponse
-
Packages that use CreateSchedulingPolicyResponse Package Description software.amazon.awssdk.services.batch Batch -
-
Uses of CreateSchedulingPolicyResponse in software.amazon.awssdk.services.batch
Methods in software.amazon.awssdk.services.batch that return CreateSchedulingPolicyResponse Modifier and Type Method Description default CreateSchedulingPolicyResponseBatchClient. createSchedulingPolicy(Consumer<CreateSchedulingPolicyRequest.Builder> createSchedulingPolicyRequest)Creates an Batch scheduling policy.default CreateSchedulingPolicyResponseBatchClient. createSchedulingPolicy(CreateSchedulingPolicyRequest createSchedulingPolicyRequest)Creates an Batch scheduling policy.Methods in software.amazon.awssdk.services.batch that return types with arguments of type CreateSchedulingPolicyResponse Modifier and Type Method Description default CompletableFuture<CreateSchedulingPolicyResponse>BatchAsyncClient. createSchedulingPolicy(Consumer<CreateSchedulingPolicyRequest.Builder> createSchedulingPolicyRequest)Creates an Batch scheduling policy.default CompletableFuture<CreateSchedulingPolicyResponse>BatchAsyncClient. createSchedulingPolicy(CreateSchedulingPolicyRequest createSchedulingPolicyRequest)Creates an Batch scheduling policy.
-