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