Uses of Class
software.amazon.awssdk.services.batch.model.DeleteSchedulingPolicyResponse
-
Packages that use DeleteSchedulingPolicyResponse Package Description software.amazon.awssdk.services.batch Batch -
-
Uses of DeleteSchedulingPolicyResponse in software.amazon.awssdk.services.batch
Methods in software.amazon.awssdk.services.batch that return DeleteSchedulingPolicyResponse Modifier and Type Method Description default DeleteSchedulingPolicyResponseBatchClient. deleteSchedulingPolicy(Consumer<DeleteSchedulingPolicyRequest.Builder> deleteSchedulingPolicyRequest)Deletes the specified scheduling policy.default DeleteSchedulingPolicyResponseBatchClient. deleteSchedulingPolicy(DeleteSchedulingPolicyRequest deleteSchedulingPolicyRequest)Deletes the specified scheduling policy.Methods in software.amazon.awssdk.services.batch that return types with arguments of type DeleteSchedulingPolicyResponse Modifier and Type Method Description default CompletableFuture<DeleteSchedulingPolicyResponse>BatchAsyncClient. deleteSchedulingPolicy(Consumer<DeleteSchedulingPolicyRequest.Builder> deleteSchedulingPolicyRequest)Deletes the specified scheduling policy.default CompletableFuture<DeleteSchedulingPolicyResponse>BatchAsyncClient. deleteSchedulingPolicy(DeleteSchedulingPolicyRequest deleteSchedulingPolicyRequest)Deletes the specified scheduling policy.
-