Uses of Class
software.amazon.awssdk.services.batch.model.UpdateSchedulingPolicyRequest
-
Packages that use UpdateSchedulingPolicyRequest Package Description software.amazon.awssdk.services.batch Batch software.amazon.awssdk.services.batch.transform -
-
Uses of UpdateSchedulingPolicyRequest in software.amazon.awssdk.services.batch
Methods in software.amazon.awssdk.services.batch with parameters of type UpdateSchedulingPolicyRequest Modifier and Type Method Description default CompletableFuture<UpdateSchedulingPolicyResponse>BatchAsyncClient. updateSchedulingPolicy(UpdateSchedulingPolicyRequest updateSchedulingPolicyRequest)Updates a scheduling policy.default UpdateSchedulingPolicyResponseBatchClient. updateSchedulingPolicy(UpdateSchedulingPolicyRequest updateSchedulingPolicyRequest)Updates a scheduling policy. -
Uses of UpdateSchedulingPolicyRequest in software.amazon.awssdk.services.batch.transform
Methods in software.amazon.awssdk.services.batch.transform with parameters of type UpdateSchedulingPolicyRequest Modifier and Type Method Description SdkHttpFullRequestUpdateSchedulingPolicyRequestMarshaller. marshall(UpdateSchedulingPolicyRequest updateSchedulingPolicyRequest)
-