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