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